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()
EvidenceRecordWrapper.getDigestMatchers()
Gets a list of digest matchers representing the associated archival data objects validation statusSignatureWrapper.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> XmlEvidenceRecord.digestMatchers
protected 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 TypeMethodDescriptionXmlEvidenceRecord.getDigestMatchers()
XmlSignature.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
XmlEvidenceRecord.setDigestMatchers
(List<XmlDigestMatcher> digestMatchers) 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 XmlDigestMatcherModifier and TypeMethodDescriptionstatic MessageTag
ValidationProcessUtils.getDigestMatcherCryptoPosition
(XmlDigestMatcher digestMatcher) Returns crypto position MessageTag for the given XmlDigestMatcherMethod parameters in eu.europa.esig.dss.validation.process with type arguments of type XmlDigestMatcherModifier and TypeMethodDescriptionstatic MessageTag
ValidationProcessUtils.getDigestMatcherCryptoPosition
(Collection<XmlDigestMatcher> digestMatchers) Returns crypto position MessageTag for the given collection of XmlDigestMatchers -
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, T result, XmlDigestMatcher digestMatcher, LevelConstraint constraint) Default constructorReferenceDataIntactCheck
(I18nProvider i18nProvider, T result, XmlDigestMatcher digestMatcher, LevelConstraint constraint) Default constructorReferenceDataNameMatchCheck
(I18nProvider i18nProvider, T result, XmlDigestMatcher digestMatcher, LevelConstraint constraint) Default constructorConstructor parameters in eu.europa.esig.dss.validation.process.bbb.cv.checks with type arguments of type XmlDigestMatcherModifierConstructorDescriptionAtLeastOneReferenceDataObjectFoundCheck
(I18nProvider i18nProvider, T result, List<XmlDigestMatcher> digestMatchers, LevelConstraint constraint) Default constructorManifestEntryExistenceCheck
(I18nProvider i18nProvider, XmlCV result, List<XmlDigestMatcher> digestMatchers, LevelConstraint constraint) Default constructorManifestEntryGroupCheck
(I18nProvider i18nProvider, XmlCV result, List<XmlDigestMatcher> digestMatchers, LevelConstraint constraint) Default constructorReferenceDataGroupCheck
(I18nProvider i18nProvider, T result, List<XmlDigestMatcher> digestMatchers, LevelConstraint constraint) Default constructor -
Uses of XmlDigestMatcher in eu.europa.esig.dss.validation.process.bbb.sav.cc
Constructor parameters in eu.europa.esig.dss.validation.process.bbb.sav.cc with type arguments of type XmlDigestMatcherModifierConstructorDescriptionDigestMatcherListCryptographicChainBuilder
(I18nProvider i18nProvider, T result, List<XmlDigestMatcher> digestMatchers, Date validationTime, CryptographicConstraint constraint) Default constructor