Uses of Class
network.oxalis.commons.certvalidator.jaxb.xmldsig.SignatureMethodType
-
Packages that use SignatureMethodType Package Description network.oxalis.commons.certvalidator.jaxb.xmldsig -
-
Uses of SignatureMethodType in network.oxalis.commons.certvalidator.jaxb.xmldsig
Fields in network.oxalis.commons.certvalidator.jaxb.xmldsig declared as SignatureMethodType Modifier and Type Field Description protected SignatureMethodTypeSignedInfoType. signatureMethodMethods in network.oxalis.commons.certvalidator.jaxb.xmldsig that return SignatureMethodType Modifier and Type Method Description SignatureMethodTypeObjectFactory. createSignatureMethodType()Create an instance ofSignatureMethodTypeSignatureMethodTypeSignedInfoType. getSignatureMethod()Gets the value of the signatureMethod property.Methods in network.oxalis.commons.certvalidator.jaxb.xmldsig that return types with arguments of type SignatureMethodType Modifier and Type Method Description javax.xml.bind.JAXBElement<SignatureMethodType>ObjectFactory. createSignatureMethod(SignatureMethodType value)Methods in network.oxalis.commons.certvalidator.jaxb.xmldsig with parameters of type SignatureMethodType Modifier and Type Method Description javax.xml.bind.JAXBElement<SignatureMethodType>ObjectFactory. createSignatureMethod(SignatureMethodType value)voidSignedInfoType. setSignatureMethod(SignatureMethodType value)Sets the value of the signatureMethod property.
-