Uses of Class
eu.europa.esig.dss.enumerations.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 DigestMatcherType
XmlDigestMatcher. type
Methods in eu.europa.esig.dss.diagnostic.jaxb that return DigestMatcherType Modifier and Type Method Description DigestMatcherType
XmlDigestMatcher. getType()
Gets the value of the type property.DigestMatcherType
Adapter7. unmarshal(String value)
Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type DigestMatcherType Modifier and Type Method Description String
Adapter7. marshal(DigestMatcherType value)
void
XmlDigestMatcher. 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 DigestMatcherType
DigestMatcherType. 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 DigestMatcherType
DigestMatcherTypeParser. parse(String v)
Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type DigestMatcherType Modifier and Type Method Description static String
DigestMatcherTypeParser. 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 DigestMatcherType
ReferenceValidation. getType()
Methods in eu.europa.esig.dss.validation with parameters of type DigestMatcherType Modifier and Type Method Description void
ReferenceValidation. setType(DigestMatcherType type)