Uses of Class
eu.europa.esig.dss.model.DigestDocument
Packages that use DigestDocument
Package
Description
-
Uses of DigestDocument in eu.europa.esig.dss.cades.validation
Constructors in eu.europa.esig.dss.cades.validation with parameters of type DigestDocumentModifierConstructorDescriptionPrecomputedDigestCalculatorProvider(DigestDocument digestDocument) The default constructor -
Uses of DigestDocument in eu.europa.esig.dss.spi
Methods in eu.europa.esig.dss.spi that return DigestDocumentModifier and TypeMethodDescriptionstatic DigestDocumentDSSUtils.toDigestDocument(DigestAlgorithm digestAlgorithm, byte[] digestValue) Creates aDigestDocumentwith the providedDigestAlgorithmanddigestValuestatic DigestDocumentDSSUtils.toDigestDocument(Digest digest) Creates aDigestDocumentwith the providedDigest -
Uses of DigestDocument in eu.europa.esig.dss.xades.validation
Constructors in eu.europa.esig.dss.xades.validation with parameters of type DigestDocumentModifierConstructorDescriptionDigestDocumentXMLSignatureInput(DigestDocument document, DigestAlgorithm digestAlgorithm) Constructor for anXMLSignatureInputfrom aDigestDocument