Uses of Class
org.apache.cxf.xkms.model.xmldsig.SignatureValueType
-
Packages that use SignatureValueType Package Description 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 Modifier and Type Field Description protected SignatureValueTypeResultType. requestSignatureValueMethods in org.apache.cxf.xkms.model.xkms that return SignatureValueType Modifier and Type Method Description SignatureValueTypeResultType. getRequestSignatureValue()Gets the value of the requestSignatureValue property.Methods in org.apache.cxf.xkms.model.xkms that return types with arguments of type SignatureValueType Modifier and Type Method Description javax.xml.bind.JAXBElement<SignatureValueType>ObjectFactory. createRequestSignatureValue(SignatureValueType value)Methods in org.apache.cxf.xkms.model.xkms with parameters of type SignatureValueType Modifier and Type Method Description javax.xml.bind.JAXBElement<SignatureValueType>ObjectFactory. createRequestSignatureValue(SignatureValueType value)voidResultType. 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 Modifier and Type Field Description protected SignatureValueTypeSignatureType. signatureValueMethods in org.apache.cxf.xkms.model.xmldsig that return SignatureValueType Modifier and Type Method Description SignatureValueTypeObjectFactory. createSignatureValueType()Create an instance ofSignatureValueTypeSignatureValueTypeSignatureType. getSignatureValue()Gets the value of the signatureValue property.Methods in org.apache.cxf.xkms.model.xmldsig that return types with arguments of type SignatureValueType Modifier and Type Method Description javax.xml.bind.JAXBElement<SignatureValueType>ObjectFactory. createSignatureValue(SignatureValueType value)Methods in org.apache.cxf.xkms.model.xmldsig with parameters of type SignatureValueType Modifier and Type Method Description javax.xml.bind.JAXBElement<SignatureValueType>ObjectFactory. createSignatureValue(SignatureValueType value)voidSignatureType. setSignatureValue(SignatureValueType value)Sets the value of the signatureValue property.
-