Uses of Class
eu.europa.esig.xmldsig.jaxb.SignatureValueType
Package | Description |
---|---|
eu.europa.esig.validationreport.jaxb | |
eu.europa.esig.xmldsig.jaxb |
-
Uses of SignatureValueType in eu.europa.esig.validationreport.jaxb
Fields in eu.europa.esig.validationreport.jaxb declared as SignatureValueType Modifier and Type Field Description protected SignatureValueType
SignatureIdentifierType. signatureValue
Methods in eu.europa.esig.validationreport.jaxb that return SignatureValueType Modifier and Type Method Description SignatureValueType
SignatureIdentifierType. getSignatureValue()
Gets the value of the signatureValue property.Methods in eu.europa.esig.validationreport.jaxb with parameters of type SignatureValueType Modifier and Type Method Description void
SignatureIdentifierType. setSignatureValue(SignatureValueType value)
Sets the value of the signatureValue property. -
Uses of SignatureValueType in eu.europa.esig.xmldsig.jaxb
Fields in eu.europa.esig.xmldsig.jaxb declared as SignatureValueType Modifier and Type Field Description protected SignatureValueType
SignatureType. signatureValue
Methods in eu.europa.esig.xmldsig.jaxb 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 eu.europa.esig.xmldsig.jaxb that return types with arguments of type SignatureValueType Modifier and Type Method Description JAXBElement<SignatureValueType>
ObjectFactory. createSignatureValue(SignatureValueType value)
Methods in eu.europa.esig.xmldsig.jaxb with parameters of type SignatureValueType Modifier and Type Method Description JAXBElement<SignatureValueType>
ObjectFactory. createSignatureValue(SignatureValueType value)
void
SignatureType. setSignatureValue(SignatureValueType value)
Sets the value of the signatureValue property.