Uses of Class
eu.europa.esig.dss.model.Digest
Package
Description
-
Uses of Digest in eu.europa.esig.dss.asic.common.evidencerecord
Modifier 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
-
Uses of Digest in eu.europa.esig.dss.cades.validation.evidencerecord
Modifier and TypeMethodDescriptionCAdESEvidenceRecordDigestBuilder.build()
protected Digest
CAdESEvidenceRecordDigestBuilder.getDigest
(org.bouncycastle.cms.CMSSignedData cmsSignedData) Gets digest ofcmsSignedData
to be protected by an evidence recordModifier 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
Modifier and TypeMethodDescriptionASN1EvidenceRecordRenewalDigestBuilder.buildHashTreeRenewalDigestGroup()
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionAbstractDataObjectDigestBuilder.build()
EvidenceRecordRenewalDigestBuilder.buildTimeStampRenewalDigest()
This method builds digest for a time-stamp renewalModifier and TypeMethodDescriptionEvidenceRecordRenewalDigestBuilder.buildHashTreeRenewalDigestGroup()
This method builds digest for a hash-tree renewal. -
Uses of Digest in eu.europa.esig.dss.evidencerecord.common.validation
Modifier 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
Modifier and TypeMethodDescriptionXMLEvidenceRecordRenewalDigestBuilder.buildHashTreeRenewalDigestGroup()
-
Uses of Digest in eu.europa.esig.dss.jades
-
Uses of Digest in eu.europa.esig.dss.jades.validation
-
Uses of Digest in eu.europa.esig.dss.model
Modifier and TypeClassDescriptionclass
This class contains a digest algorithm and a digest value for message-digest computation.Modifier and TypeMethodDescriptionManifestEntry.getDigest()
Gets the manifest entry digestReferenceValidation.getDigest()
Gets the incorporatedDigest
DigestDocument.getExistingDigest()
Gets the defined digest value for the DigestDocumentModifier 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
ModifierConstructorDescriptionDigestDocument
(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
Modifier and TypeMethodDescriptionboolean
Checks if the given digests match to the tokenModifierConstructorDescriptionprotected
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
Modifier and TypeMethodDescriptionSignatureScope.getDigest
(DigestAlgorithm digestAlgorithm) Gets digests of the document -
Uses of Digest in eu.europa.esig.dss.model.signature
Modifier 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 digestModifier and TypeMethodDescriptionvoid
Sets theDigest
void
Sets Digest that have been computed on the extracted signature policy documentModifierConstructorDescriptionSignatureDigestReference
(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
Modifier and TypeMethodDescriptionstatic Digest
DSSRevocationUtils.getDigest
(org.bouncycastle.asn1.esf.OtherHash otherHash) ConvertsOtherHash
toDigest
static Digest
DSSUtils.getDigest
(DigestAlgorithm digestAlgo, DSSDocument dssDocument) ReturnsDigest
of thedssDocument
Modifier and TypeMethodDescriptionstatic DigestDocument
DSSUtils.toDigestDocument
(Digest digest) Creates aDigestDocument
with the providedDigest
-
Uses of Digest in eu.europa.esig.dss.spi.policy
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionprotected DSSDocument
AbstractSignatureScopeFinder.createDigestDocument
(Digest digest) Creates aDSSDocument
from givendigest
-
Uses of Digest in eu.europa.esig.dss.spi.x509
Modifier 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
-
Uses of Digest in eu.europa.esig.dss.spi.x509.revocation
Modifier and TypeFieldDescriptionprotected Digest
RevocationRef.digest
Digest within the referenceModifierConstructorDescriptionprotected
RevocationRefIdentifier
(Digest digest) Digest only constructor -
Uses of Digest in eu.europa.esig.dss.spi.x509.revocation.crl
-
Uses of Digest in eu.europa.esig.dss.spi.x509.revocation.ocsp
ModifierConstructorDescriptionOCSPRef
(Digest digest, Date producedAt, ResponderId responderId) The default constructor for OCSPRef. -
Uses of Digest in eu.europa.esig.dss.spi.x509.tsp
Modifier and TypeMethodDescriptionTimestampToken.getMessageImprint()
This method returns the embedded message-imprint value -
Uses of Digest in eu.europa.esig.dss.token
Modifier 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
Modifier and TypeMethodDescriptionXmlDownloadResult.getDigest()
Gets digest of a canonicalized documentModifierConstructorDescriptionXmlDownloadResult
(DSSDocument dssDocument, Digest digest) Default constructor -
Uses of Digest in eu.europa.esig.dss.tsl.sha2
Modifier 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
Modifier and TypeMethodDescriptionprotected XmlDigestAlgoAndValue
DiagnosticDataBuilder.getXmlDigestAlgoAndValue
(Digest digest) Builds aXmlDigestAlgoAndValue
forDigest
-
Uses of Digest in eu.europa.esig.dss.ws.converter
Modifier and TypeMethodDescriptionstatic DigestDTO
DTOConverter.toDigestDTO
(Digest digest) ConvertsDigest
toDigestDTO
object -
Uses of Digest in eu.europa.esig.dss.xades
Modifier 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
-
Uses of Digest in eu.europa.esig.dss.xades.validation
-
Uses of Digest in eu.europa.esig.dss.xades.validation.policy
Modifier and TypeMethodDescriptionXMLSignaturePolicyValidator.getDigestAfterTransforms
(DSSDocument policyDocument, DigestAlgorithm digestAlgorithm, Element transformsElement) Computes Digests after processing of giventransformsElement