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()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.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 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 TypeMethodDescriptionvoidXmlSignature.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 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