Apache CXF API

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

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

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

Fields in org.apache.cxf.xkms.model.xkms declared as SignatureValueType
protected  SignatureValueType ResultType.requestSignatureValue
           
 

Methods in org.apache.cxf.xkms.model.xkms that return SignatureValueType
 SignatureValueType ResultType.getRequestSignatureValue()
          Gets the value of the requestSignatureValue property.
 

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

Methods in org.apache.cxf.xkms.model.xkms with parameters of type SignatureValueType
 JAXBElement<SignatureValueType> ObjectFactory.createRequestSignatureValue(SignatureValueType value)
          Create an instance of JAXBElement<SignatureValueType>}
 void ResultType.setRequestSignatureValue(SignatureValueType value)
          Sets the value of the requestSignatureValue property.
 

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

Fields in org.apache.cxf.xkms.model.xmldsig declared as SignatureValueType
protected  SignatureValueType SignatureType.signatureValue
           
 

Methods in org.apache.cxf.xkms.model.xmldsig that return SignatureValueType
 SignatureValueType ObjectFactory.createSignatureValueType()
          Create an instance of SignatureValueType
 SignatureValueType SignatureType.getSignatureValue()
          Gets the value of the signatureValue property.
 

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

Methods in org.apache.cxf.xkms.model.xmldsig with parameters of type SignatureValueType
 JAXBElement<SignatureValueType> ObjectFactory.createSignatureValue(SignatureValueType value)
          Create an instance of JAXBElement<SignatureValueType>}
 void SignatureType.setSignatureValue(SignatureValueType value)
          Sets the value of the signatureValue property.
 


Apache CXF API

Apache CXF