Uses of Class
eu.europa.esig.dss.model.Digest
Packages that use Digest
Package
Description
-
Uses of Digest in eu.europa.esig.dss.asic.common.evidencerecord
Methods in eu.europa.esig.dss.asic.common.evidencerecord that return types with arguments of type DigestModifier and TypeMethodDescriptionASiCEvidenceRecordDigestBuilder.buildDigestGroup()
ZipContentEvidenceRecordDigestBuilder.buildDigestGroup()
Builds a list of hashes for the content files of the provided ZIP containerZipContentEvidenceRecordDigestBuilder.computeDigestForDocuments
(List<DSSDocument> documents) Computes a list of digests for the given list ofDSSDocument
s -
Uses of Digest in eu.europa.esig.dss.cades.validation
Methods in eu.europa.esig.dss.cades.validation that return Digest -
Uses of Digest in eu.europa.esig.dss.cades.validation.evidencerecord
Methods in eu.europa.esig.dss.cades.validation.evidencerecord that return DigestModifier and TypeMethodDescriptionCAdESEvidenceRecordDigestBuilder.build()
protected Digest
CAdESEvidenceRecordDigestBuilder.getDigest
(org.bouncycastle.cms.CMSSignedData cmsSignedData) Gets digest ofcmsSignedData
to be protected by an evidence recordMethods in eu.europa.esig.dss.cades.validation.evidencerecord that return types with arguments of type DigestModifier and TypeMethodDescriptionCAdESEvidenceRecordDigestBuilder.buildExternalEvidenceRecordDigest()
This method build a group of digests to be covered in case of an external-evidence-record incorporation. -
Uses of Digest in eu.europa.esig.dss.evidencerecord.asn1.digest
Methods in eu.europa.esig.dss.evidencerecord.asn1.digest that return types with arguments of type DigestModifier and TypeMethodDescriptionASN1EvidenceRecordRenewalDigestBuilder.buildHashTreeRenewalDigestGroup()
Methods in eu.europa.esig.dss.evidencerecord.asn1.digest with parameters of type DigestModifier and TypeMethodDescriptionASN1ArchiveTimeStampSequenceDigestHelper.computeChainAndDocumentHash
(Digest archiveTimeStampChainHash, DSSDocument document) Computes a hash value for chain-hash and document-hash -
Uses of Digest in eu.europa.esig.dss.evidencerecord.asn1.validation
Methods in eu.europa.esig.dss.evidencerecord.asn1.validation with parameters of type DigestModifier and TypeMethodDescriptionprotected DSSDocument
ASN1EvidenceRecordTimeStampSequenceVerifier.getMatchingDocument
(Digest digest, ArchiveTimeStampChainObject archiveTimeStampChain, DSSMessageDigest lastTimeStampSequenceHash, List<DSSDocument> detachedContents) This method returns a document with matchingDigest
from a provided list ofdetachedContents
-
Uses of Digest in eu.europa.esig.dss.evidencerecord.common.digest
Methods in eu.europa.esig.dss.evidencerecord.common.digest that return DigestModifier and TypeMethodDescriptionAbstractDataObjectDigestBuilder.build()
EvidenceRecordRenewalDigestBuilder.buildTimeStampRenewalDigest()
This method builds digest for a time-stamp renewalMethods in eu.europa.esig.dss.evidencerecord.common.digest that return types with arguments of type DigestModifier and TypeMethodDescriptionEvidenceRecordRenewalDigestBuilder.buildHashTreeRenewalDigestGroup()
This method builds digest for a hash-tree renewal. -
Uses of Digest in eu.europa.esig.dss.evidencerecord.common.validation
Methods in eu.europa.esig.dss.evidencerecord.common.validation with parameters of type DigestModifier and TypeMethodDescriptionprotected DSSDocument
EvidenceRecordTimeStampSequenceVerifier.getMatchingDocument
(Digest digest, ArchiveTimeStampChainObject archiveTimeStampChain, DSSMessageDigest lastTimeStampSequenceHash, List<DSSDocument> detachedContents) This method returns a document with matchingDigest
from a provided list ofdetachedContents
protected ManifestEntry
EvidenceRecordTimeStampSequenceVerifier.getMatchingManifestEntry
(ManifestFile manifestFile, Digest digest, DSSDocument document) Returns a validated manifest entry matching the givendigest
ordocument
-
Uses of Digest in eu.europa.esig.dss.evidencerecord.xml.digest
Methods in eu.europa.esig.dss.evidencerecord.xml.digest that return DigestMethods in eu.europa.esig.dss.evidencerecord.xml.digest that return types with arguments of type DigestModifier and TypeMethodDescriptionXMLEvidenceRecordRenewalDigestBuilder.buildHashTreeRenewalDigestGroup()
-
Uses of Digest in eu.europa.esig.dss.jades
Methods in eu.europa.esig.dss.jades that return Digest -
Uses of Digest in eu.europa.esig.dss.jades.validation
Methods in eu.europa.esig.dss.jades.validation that return Digest -
Uses of Digest in eu.europa.esig.dss.model
Subclasses of Digest in eu.europa.esig.dss.modelModifier and TypeClassDescriptionclass
This class contains a digest algorithm and a digest value for message-digest computation.Methods in eu.europa.esig.dss.model that return DigestModifier and TypeMethodDescriptionManifestEntry.getDigest()
Gets the manifest entry digestReferenceValidation.getDigest()
Gets the incorporatedDigest
DigestDocument.getExistingDigest()
Gets the defined digest value for the DigestDocumentMethods in eu.europa.esig.dss.model with parameters of type DigestModifier and TypeMethodDescriptionvoid
This method allows to add aDigest
with a new digest algorithm to the current DigestDocument.void
Sets the manifest entry digestvoid
Sets the reference'sDigest
Constructors in eu.europa.esig.dss.model with parameters of type DigestModifierConstructorDescriptionDigestDocument
(Digest digest) Creates DigestDocument with an initialDigest
DigestDocument
(Digest digest, String name) Creates DigestDocument with an initialDigest
and a specified documentname
DSSMessageDigest
(Digest digest) Constructor with providedDigest
object -
Uses of Digest in eu.europa.esig.dss.model.identifier
Methods in eu.europa.esig.dss.model.identifier with parameters of type DigestModifier and TypeMethodDescriptionboolean
Checks if the given digests match to the tokenConstructors in eu.europa.esig.dss.model.identifier with parameters of type DigestModifierConstructorDescriptionprotected
Identifier
(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 DigestModifier and TypeMethodDescriptionSignatureScope.getDigest
(DigestAlgorithm digestAlgorithm) Gets digests of the document -
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 theDigest
SignaturePolicyValidationResult.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 TypeMethodDescriptionvoid
Sets theDigest
void
Sets 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 -
Uses of Digest in eu.europa.esig.dss.spi
Methods in eu.europa.esig.dss.spi that return DigestModifier and TypeMethodDescriptionstatic Digest
DSSRevocationUtils.getDigest
(org.bouncycastle.asn1.esf.OtherHash otherHash) ConvertsOtherHash
toDigest
static Digest
DSSUtils.getDigest
(DigestAlgorithm digestAlgo, DSSDocument dssDocument) ReturnsDigest
of thedssDocument
Methods in eu.europa.esig.dss.spi with parameters of type DigestModifier and TypeMethodDescriptionstatic DigestDocument
DSSUtils.toDigestDocument
(Digest digest) Creates aDigestDocument
with the providedDigest
-
Uses of Digest in eu.europa.esig.dss.spi.policy
Methods in eu.europa.esig.dss.spi.policy that return DigestModifier and TypeMethodDescriptionAbstractSignaturePolicyValidator.getComputedDigest
(DSSDocument policyDocument, DigestAlgorithm digestAlgorithm) BasicASN1SignaturePolicyValidator.getComputedDigest
(DSSDocument policyDocument, DigestAlgorithm digestAlgorithm) SignaturePolicyValidator.getComputedDigest
(DSSDocument policyDocument, DigestAlgorithm digestAlgorithm) ReturnsDigest
on the computed SignaturePolicy's contentZeroHashSignaturePolicyValidator.getComputedDigest
(DSSDocument policyDocument, DigestAlgorithm digestAlgorithm) -
Uses of Digest in eu.europa.esig.dss.spi.signature
Methods in eu.europa.esig.dss.spi.signature that return DigestModifier and TypeMethodDescriptionAdvancedSignature.getDataToBeSignedRepresentation()
TS 119 102-1 (4.2.8 Data to be signed representation (DTBSR)) : The DTBS preparation component shall take the DTBSF and hash it according to the hash algorithm specified in the cryptographic suite. -
Uses of Digest in eu.europa.esig.dss.spi.validation.evidencerecord
Methods in eu.europa.esig.dss.spi.validation.evidencerecord that return DigestModifier and TypeMethodDescriptionSignatureEvidenceRecordDigestBuilder.build()
Generates hash value for the signature enveloping the evidence-record.protected Digest
AbstractSignatureEvidenceRecordDigestBuilder.getDigest
(DSSDocument document) Returns digest of the given document -
Uses of Digest in eu.europa.esig.dss.spi.validation.scope
Methods in eu.europa.esig.dss.spi.validation.scope with parameters of type DigestModifier and TypeMethodDescriptionprotected DSSDocument
AbstractSignatureScopeFinder.createDigestDocument
(Digest digest) Creates aDSSDocument
from givendigest
-
Uses of Digest in eu.europa.esig.dss.spi.x509
Methods in eu.europa.esig.dss.spi.x509 that return DigestMethods in eu.europa.esig.dss.spi.x509 with parameters of type DigestModifier and TypeMethodDescriptionCertificateSource.getByCertificateDigest
(Digest digest) This method returns the Set of certificates with theDigest
CommonCertificateSource.getByCertificateDigest
(Digest digest) ListCertificateSource.getByCertificateDigest
(Digest digest) void
CertificateRef.setCertDigest
(Digest certDigest) Sets the certificate digest -
Uses of Digest in eu.europa.esig.dss.spi.x509.evidencerecord.digest
Methods in eu.europa.esig.dss.spi.x509.evidencerecord.digest that return Digest -
Uses of Digest in eu.europa.esig.dss.spi.x509.revocation
Fields in eu.europa.esig.dss.spi.x509.revocation declared as DigestModifier and TypeFieldDescriptionprotected Digest
RevocationRef.digest
Digest within the referenceMethods in eu.europa.esig.dss.spi.x509.revocation that return DigestConstructors in eu.europa.esig.dss.spi.x509.revocation with parameters of type DigestModifierConstructorDescriptionprotected
RevocationRefIdentifier
(Digest digest) Digest only constructor -
Uses of Digest in eu.europa.esig.dss.spi.x509.revocation.crl
Constructors in eu.europa.esig.dss.spi.x509.revocation.crl with parameters of type Digest -
Uses of Digest in eu.europa.esig.dss.spi.x509.revocation.ocsp
Constructors in eu.europa.esig.dss.spi.x509.revocation.ocsp with parameters of type DigestModifierConstructorDescriptionOCSPRef
(Digest digest, Date producedAt, ResponderId responderId) The default constructor for OCSPRef. -
Uses of Digest in eu.europa.esig.dss.spi.x509.tsp
Methods in eu.europa.esig.dss.spi.x509.tsp that return DigestModifier and TypeMethodDescriptionTimestampToken.getMessageImprint()
This method returns the embedded message-imprint value -
Uses of Digest in eu.europa.esig.dss.token
Methods in eu.europa.esig.dss.token with parameters of type DigestModifier and TypeMethodDescriptionAbstractSignatureTokenConnection.signDigest
(Digest digest, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry) Deprecated.AbstractSignatureTokenConnection.signDigest
(Digest digest, SignatureAlgorithm signatureAlgorithm, DSSPrivateKeyEntry keyEntry) AbstractSignatureTokenConnection.signDigest
(Digest digest, DSSPrivateKeyEntry keyEntry) SignatureTokenConnection.signDigest
(Digest digest, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry) Deprecated.since DSS 6.1.SignatureTokenConnection.signDigest
(Digest digest, SignatureAlgorithm signatureAlgorithm, DSSPrivateKeyEntry keyEntry) This method signs thedigest
data with the pre-definedsignatureAlgorithm
and the givenkeyEntry
.SignatureTokenConnection.signDigest
(Digest digest, DSSPrivateKeyEntry keyEntry) This method signs thedigest
data with the givenkeyEntry
. -
Uses of Digest in eu.europa.esig.dss.tsl.download
Methods in eu.europa.esig.dss.tsl.download that return DigestModifier and TypeMethodDescriptionXmlDownloadResult.getDigest()
Gets digest of a canonicalized documentConstructors in eu.europa.esig.dss.tsl.download with parameters of type DigestModifierConstructorDescriptionXmlDownloadResult
(DSSDocument dssDocument, Digest digest) Default constructor -
Uses of Digest in eu.europa.esig.dss.tsl.sha2
Methods in eu.europa.esig.dss.tsl.sha2 that return DigestModifier and TypeMethodDescriptionprotected Digest
AbstractTrustedListWithSha2Predicate.getOriginalDocumentDigest
(DSSDocument document) This method computesDigest
on the givenDSSDocument
's contentprotected Digest
AbstractTrustedListWithSha2Predicate.getSha2Digest
(DSSDocument sha2Document) This method parses thesha2Document
and returns theDigest
-
Uses of Digest in eu.europa.esig.dss.validation.reports.diagnostic
Methods in eu.europa.esig.dss.validation.reports.diagnostic with parameters of type DigestModifier and TypeMethodDescriptionprotected XmlDigestAlgoAndValue
DiagnosticDataBuilder.getXmlDigestAlgoAndValue
(Digest digest) Builds aXmlDigestAlgoAndValue
forDigest
-
Uses of Digest in eu.europa.esig.dss.ws.converter
Methods in eu.europa.esig.dss.ws.converter that return DigestMethods in eu.europa.esig.dss.ws.converter with parameters of type DigestModifier and TypeMethodDescriptionstatic DigestDTO
DTOConverter.toDigestDTO
(Digest digest) ConvertsDigest
toDigestDTO
object -
Uses of Digest in eu.europa.esig.dss.xades
Methods in eu.europa.esig.dss.xades that return DigestModifier and TypeMethodDescriptionstatic Digest
DSSXMLUtils.getDigestAndValue
(Element element) This method extracts the Digest algorithm and value from an element of type DigestAlgAndValueTypestatic Digest
DSSXMLUtils.getReferenceDigest
(org.apache.xml.security.signature.Reference reference) Returns theDigest
extracted from the providedreference
-
Uses of Digest in eu.europa.esig.dss.xades.evidencerecord
Methods in eu.europa.esig.dss.xades.evidencerecord that return Digest -
Uses of Digest in eu.europa.esig.dss.xades.validation
Methods in eu.europa.esig.dss.xades.validation that return Digest -
Uses of Digest in eu.europa.esig.dss.xades.validation.policy
Methods in eu.europa.esig.dss.xades.validation.policy that return DigestModifier and TypeMethodDescriptionXMLSignaturePolicyValidator.getDigestAfterTransforms
(DSSDocument policyDocument, DigestAlgorithm digestAlgorithm, Element transformsElement) Computes Digests after processing of giventransformsElement