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-imprintXmlDigestMatcherMethods 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.digestMatchersprotected List<XmlDigestMatcher> XmlSignature.digestMatchersprotected List<XmlDigestMatcher> XmlTimestamp.digestMatchersMethods in eu.europa.esig.dss.diagnostic.jaxb that return XmlDigestMatcherModifier and TypeMethodDescriptionObjectFactory.createXmlDigestMatcher()Create an instance ofXmlDigestMatcherMethods 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 TypeMethodDescriptionvoidXmlEvidenceRecord.setDigestMatchers(List<XmlDigestMatcher> digestMatchers) voidXmlSignature.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 MessageTagValidationProcessUtils.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 MessageTagValidationProcessUtils.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