Apache CXF API

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

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

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

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

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

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


Apache CXF API

Apache CXF