Uses of Class
network.oxalis.commons.certvalidator.jaxb.xmldsig.DigestMethodType
-
Packages that use DigestMethodType Package Description network.oxalis.commons.certvalidator.jaxb.xmldsig -
-
Uses of DigestMethodType in network.oxalis.commons.certvalidator.jaxb.xmldsig
Fields in network.oxalis.commons.certvalidator.jaxb.xmldsig declared as DigestMethodType Modifier and Type Field Description protected DigestMethodTypeReferenceType. digestMethodMethods in network.oxalis.commons.certvalidator.jaxb.xmldsig that return DigestMethodType Modifier and Type Method Description DigestMethodTypeObjectFactory. createDigestMethodType()Create an instance ofDigestMethodTypeDigestMethodTypeReferenceType. getDigestMethod()Gets the value of the digestMethod property.Methods in network.oxalis.commons.certvalidator.jaxb.xmldsig that return types with arguments of type DigestMethodType Modifier and Type Method Description javax.xml.bind.JAXBElement<DigestMethodType>ObjectFactory. createDigestMethod(DigestMethodType value)Methods in network.oxalis.commons.certvalidator.jaxb.xmldsig with parameters of type DigestMethodType Modifier and Type Method Description javax.xml.bind.JAXBElement<DigestMethodType>ObjectFactory. createDigestMethod(DigestMethodType value)voidReferenceType. setDigestMethod(DigestMethodType value)Sets the value of the digestMethod property.
-