Apache CXF API

Uses of Class
org.apache.cxf.ws.security.sts.provider.model.xmldsig.SignedInfoType

Packages that use SignedInfoType
org.apache.cxf.ws.security.sts.provider.model.xmldsig   
 

Uses of SignedInfoType in org.apache.cxf.ws.security.sts.provider.model.xmldsig
 

Fields in org.apache.cxf.ws.security.sts.provider.model.xmldsig declared as SignedInfoType
protected  SignedInfoType SignatureType.signedInfo
           
 

Methods in org.apache.cxf.ws.security.sts.provider.model.xmldsig that return SignedInfoType
 SignedInfoType ObjectFactory.createSignedInfoType()
          Create an instance of SignedInfoType
 SignedInfoType SignatureType.getSignedInfo()
          Gets the value of the signedInfo property.
 

Methods in org.apache.cxf.ws.security.sts.provider.model.xmldsig that return types with arguments of type SignedInfoType
 javax.xml.bind.JAXBElement<SignedInfoType> ObjectFactory.createSignedInfo(SignedInfoType value)
          Create an instance of JAXBElement<SignedInfoType>}
 

Methods in org.apache.cxf.ws.security.sts.provider.model.xmldsig with parameters of type SignedInfoType
 javax.xml.bind.JAXBElement<SignedInfoType> ObjectFactory.createSignedInfo(SignedInfoType value)
          Create an instance of JAXBElement<SignedInfoType>}
 void SignatureType.setSignedInfo(SignedInfoType value)
          Sets the value of the signedInfo property.
 


Apache CXF API

Apache CXF