Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlDigestMatcher
Packages that use XmlDigestMatcher
Package
Description
-
Uses of XmlDigestMatcher in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return XmlDigestMatcherModifier and TypeMethodDescriptionSignatureWrapper.getMessageDigest()
Returns the message-digest for a CMS signatureTimestampWrapper.getMessageImprint()
Returns message-imprintXmlDigestMatcher
Methods in eu.europa.esig.dss.diagnostic that return types with arguments of type XmlDigestMatcherModifier and TypeMethodDescriptionAbstractTokenProxy.getDigestMatchers()
SignatureWrapper.getDigestMatchers()
TimestampWrapper.getDigestMatchers()
TokenProxy.getDigestMatchers()
Returns a list of DigestMatchers used in the validation process for a signature or timestamp -
Uses of XmlDigestMatcher in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlDigestMatcherModifier and TypeFieldDescriptionprotected List<XmlDigestMatcher>
XmlSignature.digestMatchers
protected List<XmlDigestMatcher>
XmlTimestamp.digestMatchers
Methods in eu.europa.esig.dss.diagnostic.jaxb that return XmlDigestMatcherModifier and TypeMethodDescriptionObjectFactory.createXmlDigestMatcher()
Create an instance ofXmlDigestMatcher
Methods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type XmlDigestMatcherModifier and TypeMethodDescriptionXmlSignature.getDigestMatchers()
XmlTimestamp.getDigestMatchers()
Gets the value of the digestMatchers property.Method parameters in eu.europa.esig.dss.diagnostic.jaxb with type arguments of type XmlDigestMatcherModifier and TypeMethodDescriptionvoid
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 XmlDigestMatcherModifier and TypeMethodDescriptionstatic MessageTag
ValidationProcessUtils.getDigestMatcherCryptoPosition
(XmlDigestMatcher digestMatcher) Returns crypto position 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 XmlDigestMatcherModifierConstructorDescriptionReferenceDataExistenceCheck
(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 XmlDigestMatcherModifierConstructorDescriptionManifestEntryExistenceCheck
(I18nProvider i18nProvider, XmlCV result, List<XmlDigestMatcher> digestMatchers, LevelConstraint constraint) Default constructor