Uses of Class
eu.europa.esig.dss.model.Digest
Packages that use Digest
Package
Description
-
Uses of Digest in eu.europa.esig.dss.model
Subclasses of Digest in eu.europa.esig.dss.modelModifier and TypeClassDescriptionclassThis class contains a digest algorithm and a digest value for message-digest computation.Methods in eu.europa.esig.dss.model that return DigestModifier and TypeMethodDescriptionCommonDocument.getDigest(eu.europa.esig.dss.enumerations.DigestAlgorithm digestAlgorithm) DSSDocument.getDigest(eu.europa.esig.dss.enumerations.DigestAlgorithm digestAlgorithm) This method returns the digest value of the currentDSSDocumentusing the base64 algorithm.ManifestEntry.getDigest()Gets the manifest entry digestReferenceValidation.getDigest()Gets the incorporatedDigestDigestDocument.getExistingDigest()Gets the defined digest value for the DigestDocumentMethods in eu.europa.esig.dss.model with parameters of type DigestModifier and TypeMethodDescriptionvoidThis method allows to add aDigestwith a new digest algorithm to the current DigestDocument.voidSets the manifest entry digestvoidSets the reference'sDigestConstructors in eu.europa.esig.dss.model with parameters of type DigestModifierConstructorDescriptionDigestDocument(Digest digest) Creates DigestDocument with an initialDigestDigestDocument(Digest digest, String name) Creates DigestDocument with an initialDigestand a specified documentnameDigestDocument(Digest digest, String name, eu.europa.esig.dss.enumerations.MimeType mimeType) Creates DigestDocument with an initialDigest, a specifiednameandmimeTypeof the documentDSSMessageDigest(Digest digest) Constructor with providedDigestobject -
Uses of Digest in eu.europa.esig.dss.model.identifier
Methods in eu.europa.esig.dss.model.identifier with parameters of type DigestModifier and TypeMethodDescriptionbooleanChecks if the given digests match to the tokenConstructors in eu.europa.esig.dss.model.identifier with parameters of type DigestModifierConstructorDescriptionprotectedIdentifier(String prefix, Digest digest) The constructor to get an identifier computed provided digest with a defined prefix -
Uses of Digest in eu.europa.esig.dss.model.scope
Methods in eu.europa.esig.dss.model.scope that return Digest -
Uses of Digest in eu.europa.esig.dss.model.signature
Methods in eu.europa.esig.dss.model.signature that return DigestModifier and TypeMethodDescriptionSignaturePolicy.getDigest()Gets theDigestSignaturePolicyValidationResult.getDigest()Returns Digest that have been computed on the obtained signature policy document NOTE: can return NULL if a validator was not able to compute the digestMethods in eu.europa.esig.dss.model.signature with parameters of type DigestModifier and TypeMethodDescriptionvoidSets theDigestvoidSets Digest that have been computed on the extracted signature policy documentConstructors in eu.europa.esig.dss.model.signature with parameters of type DigestModifierConstructorDescriptionSignatureDigestReference(Digest digest) The default constructorSignatureDigestReference(String canonicalizationMethod, Digest digest) The constructor for XAdES Signature Digest Reference