Uses of Class
eu.europa.esig.xmldsig.jaxb.SignatureMethodType
Package | Description |
---|---|
eu.europa.esig.xmldsig.jaxb |
-
Uses of SignatureMethodType in eu.europa.esig.xmldsig.jaxb
Fields in eu.europa.esig.xmldsig.jaxb declared as SignatureMethodType Modifier and Type Field Description protected SignatureMethodType
SignedInfoType. signatureMethod
Methods in eu.europa.esig.xmldsig.jaxb that return SignatureMethodType Modifier and Type Method Description SignatureMethodType
ObjectFactory. createSignatureMethodType()
Create an instance ofSignatureMethodType
SignatureMethodType
SignedInfoType. getSignatureMethod()
Gets the value of the signatureMethod property.Methods in eu.europa.esig.xmldsig.jaxb that return types with arguments of type SignatureMethodType Modifier and Type Method Description JAXBElement<SignatureMethodType>
ObjectFactory. createSignatureMethod(SignatureMethodType value)
Methods in eu.europa.esig.xmldsig.jaxb with parameters of type SignatureMethodType Modifier and Type Method Description JAXBElement<SignatureMethodType>
ObjectFactory. createSignatureMethod(SignatureMethodType value)
void
SignedInfoType. setSignatureMethod(SignatureMethodType value)
Sets the value of the signatureMethod property.