Uses of Class
eu.europa.esig.xmldsig.jaxb.SignatureValueType
-
Packages that use 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 SignatureValueTypeSignatureIdentifierType. signatureValueMethods in eu.europa.esig.validationreport.jaxb that return SignatureValueType Modifier and Type Method Description SignatureValueTypeSignatureIdentifierType. 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 voidSignatureIdentifierType. 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 SignatureValueTypeSignatureType. signatureValueMethods in eu.europa.esig.xmldsig.jaxb that return SignatureValueType Modifier and Type Method Description SignatureValueTypeObjectFactory. createSignatureValueType()Create an instance ofSignatureValueTypeSignatureValueTypeSignatureType. 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)voidSignatureType. setSignatureValue(SignatureValueType value)Sets the value of the signatureValue property.
-