Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlDigestMatcher
-
Packages that use XmlDigestMatcher Package Description eu.europa.esig.dss.diagnostic eu.europa.esig.dss.diagnostic.jaxb eu.europa.esig.dss.validation.process.bbb.cv.checks -
-
Uses of XmlDigestMatcher in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return XmlDigestMatcher Modifier and Type Method Description XmlDigestMatcherSignatureWrapper. getMessageDigest()XmlDigestMatcherTimestampWrapper. getMessageImprint()Methods in eu.europa.esig.dss.diagnostic that return types with arguments of type XmlDigestMatcher Modifier and Type Method Description List<XmlDigestMatcher>AbstractTokenProxy. getDigestMatchers()List<XmlDigestMatcher>SignatureWrapper. getDigestMatchers()List<XmlDigestMatcher>TimestampWrapper. getDigestMatchers()List<XmlDigestMatcher>TokenProxy. getDigestMatchers() -
Uses of XmlDigestMatcher in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as XmlDigestMatcher Modifier and Type Field Description protected XmlDigestMatcherXmlTimestamp. digestMatcherFields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlDigestMatcher Modifier and Type Field Description protected List<XmlDigestMatcher>XmlSignature. digestMatchersMethods in eu.europa.esig.dss.diagnostic.jaxb that return XmlDigestMatcher Modifier and Type Method Description XmlDigestMatcherObjectFactory. createXmlDigestMatcher()Create an instance ofXmlDigestMatcherXmlDigestMatcherXmlTimestamp. getDigestMatcher()Gets the value of the digestMatcher property.Methods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type XmlDigestMatcher Modifier and Type Method Description List<XmlDigestMatcher>XmlSignature. getDigestMatchers()Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type XmlDigestMatcher Modifier and Type Method Description voidXmlTimestamp. setDigestMatcher(XmlDigestMatcher value)Sets the value of the digestMatcher property.Method parameters in eu.europa.esig.dss.diagnostic.jaxb with type arguments of type XmlDigestMatcher Modifier and Type Method Description voidXmlSignature. setDigestMatchers(List<XmlDigestMatcher> digestMatchers) -
Uses of XmlDigestMatcher in eu.europa.esig.dss.validation.process.bbb.cv.checks
Constructors in eu.europa.esig.dss.validation.process.bbb.cv.checks with parameters of type XmlDigestMatcher Constructor Description ReferenceDataExistenceCheck(XmlCV result, XmlDigestMatcher digestMatcher, LevelConstraint constraint)ReferenceDataIntactCheck(XmlCV result, XmlDigestMatcher digestMatcher, LevelConstraint constraint)Constructor parameters in eu.europa.esig.dss.validation.process.bbb.cv.checks with type arguments of type XmlDigestMatcher Constructor Description ManifestEntryExistenceCheck(XmlCV result, List<XmlDigestMatcher> digestMatchers, LevelConstraint constraint)
-