Apache CXF API

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

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

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

Methods in org.apache.cxf.ws.security.sts.provider.model.xmldsig that return SignaturePropertiesType
 SignaturePropertiesType ObjectFactory.createSignaturePropertiesType()
          Create an instance of SignaturePropertiesType
 

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

Methods in org.apache.cxf.ws.security.sts.provider.model.xmldsig with parameters of type SignaturePropertiesType
 javax.xml.bind.JAXBElement<SignaturePropertiesType> ObjectFactory.createSignatureProperties(SignaturePropertiesType value)
          Create an instance of JAXBElement<SignaturePropertiesType>}
 


Apache CXF API

Apache CXF