Apache CXF API

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

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

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

Fields in org.apache.cxf.xkms.model.xmldsig with type parameters of type SignaturePropertyType
protected  List<SignaturePropertyType> SignaturePropertiesType.signatureProperty
           
 

Methods in org.apache.cxf.xkms.model.xmldsig that return SignaturePropertyType
 SignaturePropertyType ObjectFactory.createSignaturePropertyType()
          Create an instance of SignaturePropertyType
 

Methods in org.apache.cxf.xkms.model.xmldsig that return types with arguments of type SignaturePropertyType
 JAXBElement<SignaturePropertyType> ObjectFactory.createSignatureProperty(SignaturePropertyType value)
          Create an instance of JAXBElement<SignaturePropertyType>}
 List<SignaturePropertyType> SignaturePropertiesType.getSignatureProperty()
          Gets the value of the signatureProperty property.
 

Methods in org.apache.cxf.xkms.model.xmldsig with parameters of type SignaturePropertyType
 JAXBElement<SignaturePropertyType> ObjectFactory.createSignatureProperty(SignaturePropertyType value)
          Create an instance of JAXBElement<SignaturePropertyType>}
 


Apache CXF API

Apache CXF