Uses of Class
eu.europa.esig.xmldsig.jaxb.DigestMethodType
-
Packages that use DigestMethodType Package Description eu.europa.esig.validationreport.jaxb eu.europa.esig.xades.jaxb.xades132 eu.europa.esig.xmldsig.jaxb -
-
Uses of DigestMethodType in eu.europa.esig.validationreport.jaxb
Fields in eu.europa.esig.validationreport.jaxb declared as DigestMethodType Modifier and Type Field Description protected DigestMethodTypeSACertIDType. digestMethodprotected DigestMethodTypeSACRLIDType. digestMethodMethods in eu.europa.esig.validationreport.jaxb that return DigestMethodType Modifier and Type Method Description DigestMethodTypeSACertIDType. getDigestMethod()Gets the value of the digestMethod property.DigestMethodTypeSACRLIDType. getDigestMethod()Gets the value of the digestMethod property.Methods in eu.europa.esig.validationreport.jaxb with parameters of type DigestMethodType Modifier and Type Method Description voidSACertIDType. setDigestMethod(DigestMethodType value)Sets the value of the digestMethod property.voidSACRLIDType. setDigestMethod(DigestMethodType value)Sets the value of the digestMethod property. -
Uses of DigestMethodType in eu.europa.esig.xades.jaxb.xades132
Fields in eu.europa.esig.xades.jaxb.xades132 declared as DigestMethodType Modifier and Type Field Description protected DigestMethodTypeDigestAlgAndValueType. digestMethodprotected DigestMethodTypeReferenceInfoType. digestMethodMethods in eu.europa.esig.xades.jaxb.xades132 that return DigestMethodType Modifier and Type Method Description DigestMethodTypeDigestAlgAndValueType. getDigestMethod()Gets the value of the digestMethod property.DigestMethodTypeReferenceInfoType. getDigestMethod()Gets the value of the digestMethod property.Methods in eu.europa.esig.xades.jaxb.xades132 with parameters of type DigestMethodType Modifier and Type Method Description voidDigestAlgAndValueType. setDigestMethod(DigestMethodType value)Sets the value of the digestMethod property.voidReferenceInfoType. setDigestMethod(DigestMethodType value)Sets the value of the digestMethod property. -
Uses of DigestMethodType in eu.europa.esig.xmldsig.jaxb
Fields in eu.europa.esig.xmldsig.jaxb declared as DigestMethodType Modifier and Type Field Description protected DigestMethodTypeReferenceType. digestMethodMethods in eu.europa.esig.xmldsig.jaxb that return DigestMethodType Modifier and Type Method Description DigestMethodTypeObjectFactory. createDigestMethodType()Create an instance ofDigestMethodTypeDigestMethodTypeReferenceType. getDigestMethod()Gets the value of the digestMethod property.Methods in eu.europa.esig.xmldsig.jaxb that return types with arguments of type DigestMethodType Modifier and Type Method Description JAXBElement<DigestMethodType>ObjectFactory. createDigestMethod(DigestMethodType value)Methods in eu.europa.esig.xmldsig.jaxb with parameters of type DigestMethodType Modifier and Type Method Description JAXBElement<DigestMethodType>ObjectFactory. createDigestMethod(DigestMethodType value)voidReferenceType. setDigestMethod(DigestMethodType value)Sets the value of the digestMethod property.
-