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 XmlDigestMatcher
SignatureWrapper. getMessageDigest()
XmlDigestMatcher
TimestampWrapper. 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. digestMatchers
protected List<XmlDigestMatcher>
XmlTimestamp. digestMatchers
Methods in eu.europa.esig.dss.diagnostic.jaxb that return XmlDigestMatcher Modifier and Type Method Description XmlDigestMatcher
ObjectFactory. createXmlDigestMatcher()
Create an instance ofXmlDigestMatcher
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()
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 void
XmlSignature. 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)