Uses of Class
org.apache.xml.security.binding.xmldsig.SignatureValueType
-
Packages that use SignatureValueType Package Description org.apache.xml.security.binding.xmldsig -
-
Uses of SignatureValueType in org.apache.xml.security.binding.xmldsig
Fields in org.apache.xml.security.binding.xmldsig declared as SignatureValueType Modifier and Type Field Description protected SignatureValueType
SignatureType. signatureValue
Methods in org.apache.xml.security.binding.xmldsig that return SignatureValueType Modifier and Type Method Description SignatureValueType
ObjectFactory. createSignatureValueType()
Create an instance ofSignatureValueType
SignatureValueType
SignatureType. getSignatureValue()
Gets the value of the signatureValue property.Methods in org.apache.xml.security.binding.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.xml.security.binding.xmldsig with parameters of type SignatureValueType Modifier and Type Method Description javax.xml.bind.JAXBElement<SignatureValueType>
ObjectFactory. createSignatureValue(SignatureValueType value)
void
SignatureType. setSignatureValue(SignatureValueType value)
Sets the value of the signatureValue property.
-