Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.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 with type parameters of type XmlDigestMatcher Modifier and Type Field Description protected List<XmlDigestMatcher>XmlSignature. digestMatchersprotected List<XmlDigestMatcher>XmlTimestamp. digestMatchersMethods in eu.europa.esig.dss.diagnostic.jaxb that return XmlDigestMatcher Modifier and Type Method Description XmlDigestMatcherObjectFactory. createXmlDigestMatcher()Create an instance ofXmlDigestMatcherMethods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type XmlDigestMatcher Modifier and Type Method Description List<XmlDigestMatcher>XmlSignature. getDigestMatchers()List<XmlDigestMatcher>XmlTimestamp. getDigestMatchers()Gets the value of the digestMatchers 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(I18nProvider i18nProvider, XmlCV result, XmlDigestMatcher digestMatcher, LevelConstraint constraint)ReferenceDataIntactCheck(I18nProvider i18nProvider, 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(I18nProvider i18nProvider, XmlCV result, List<XmlDigestMatcher> digestMatchers, LevelConstraint constraint)