Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlDigestMatcher
-
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
Methods in eu.europa.esig.dss.validation.process with parameters of type XmlDigestMatcher Modifier and Type Method Description static MessageTag
ValidationProcessUtils. getDigestMatcherCryptoPosition(XmlDigestMatcher digestMatcher)
Returns crypto possition MessageTag for the given XmlDigestMatcher -
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)
Default constructorReferenceDataIntactCheck(I18nProvider i18nProvider, XmlCV result, XmlDigestMatcher digestMatcher, LevelConstraint constraint)
Default constructorConstructor 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)
Default constructor -
Uses of XmlDigestMatcher in eu.europa.esig.dss.validation.process.bbb.sav.cc
Constructors in eu.europa.esig.dss.validation.process.bbb.sav.cc with parameters of type XmlDigestMatcher Constructor Description CryptographicInformationBuilder(XmlDigestMatcher digestMatcher, XmlConclusion conclusion, CryptographicConstraint constraint)
Default constructor to validateXmlDigestMatcher