Uses of Class
eu.europa.esig.dss.enumerations.DigestMatcherType
-
Packages that use DigestMatcherType Package Description eu.europa.esig.dss.diagnostic.jaxb eu.europa.esig.dss.enumerations eu.europa.esig.dss.jaxb.parsers eu.europa.esig.dss.validation -
-
Uses of DigestMatcherType in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as DigestMatcherType Modifier and Type Field Description protected DigestMatcherTypeXmlDigestMatcher. typeMethods in eu.europa.esig.dss.diagnostic.jaxb that return DigestMatcherType Modifier and Type Method Description DigestMatcherTypeXmlDigestMatcher. getType()Gets the value of the type property.DigestMatcherTypeAdapter6. unmarshal(String value)Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type DigestMatcherType Modifier and Type Method Description StringAdapter6. marshal(DigestMatcherType value)voidXmlDigestMatcher. setType(DigestMatcherType value)Sets the value of the type property. -
Uses of DigestMatcherType in eu.europa.esig.dss.enumerations
Methods in eu.europa.esig.dss.enumerations that return DigestMatcherType Modifier and Type Method Description static DigestMatcherTypeDigestMatcherType. valueOf(String name)Returns the enum constant of this type with the specified name.static DigestMatcherType[]DigestMatcherType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DigestMatcherType in eu.europa.esig.dss.jaxb.parsers
Methods in eu.europa.esig.dss.jaxb.parsers that return DigestMatcherType Modifier and Type Method Description static DigestMatcherTypeDigestMatcherTypeParser. parse(String v)Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type DigestMatcherType Modifier and Type Method Description static StringDigestMatcherTypeParser. print(DigestMatcherType v) -
Uses of DigestMatcherType in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return DigestMatcherType Modifier and Type Method Description DigestMatcherTypeReferenceValidation. getType()Methods in eu.europa.esig.dss.validation with parameters of type DigestMatcherType Modifier and Type Method Description voidReferenceValidation. setType(DigestMatcherType type)
-