Apache CXF API

Uses of Class
org.apache.cxf.xkms.model.xmldsig.SignedInfoType

Packages that use SignedInfoType
org.apache.cxf.xkms.model.xmldsig   
 

Uses of SignedInfoType in org.apache.cxf.xkms.model.xmldsig
 

Fields in org.apache.cxf.xkms.model.xmldsig declared as SignedInfoType
protected  SignedInfoType SignatureType.signedInfo
           
 

Methods in org.apache.cxf.xkms.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.xkms.model.xmldsig that return types with arguments of type SignedInfoType
 JAXBElement<SignedInfoType> ObjectFactory.createSignedInfo(SignedInfoType value)
          Create an instance of JAXBElement<SignedInfoType>}
 

Methods in org.apache.cxf.xkms.model.xmldsig with parameters of type SignedInfoType
 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