Apache CXF API

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

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

Uses of SignatureType in org.apache.cxf.xkms.model.xkms
 

Fields in org.apache.cxf.xkms.model.xkms declared as SignatureType
protected  SignatureType KeyBindingAuthenticationType.signature
           
protected  SignatureType MessageAbstractType.signature
           
protected  SignatureType ProofOfPossessionType.signature
           
 

Methods in org.apache.cxf.xkms.model.xkms that return SignatureType
 SignatureType KeyBindingAuthenticationType.getSignature()
          Gets the value of the signature property.
 SignatureType MessageAbstractType.getSignature()
          Gets the value of the signature property.
 SignatureType ProofOfPossessionType.getSignature()
          Gets the value of the signature property.
 

Methods in org.apache.cxf.xkms.model.xkms with parameters of type SignatureType
 void KeyBindingAuthenticationType.setSignature(SignatureType value)
          Sets the value of the signature property.
 void MessageAbstractType.setSignature(SignatureType value)
          Sets the value of the signature property.
 void ProofOfPossessionType.setSignature(SignatureType value)
          Sets the value of the signature property.
 

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

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

Methods in org.apache.cxf.xkms.model.xmldsig that return types with arguments of type SignatureType
 JAXBElement<SignatureType> ObjectFactory.createSignature(SignatureType value)
          Create an instance of JAXBElement<SignatureType>}
 

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


Apache CXF API

Apache CXF