Uses of Class
eu.europa.esig.dss.model.Digest
Packages that use Digest
Package
Description
-
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.jades
Methods in eu.europa.esig.dss.jades that return DigestConstructors in eu.europa.esig.dss.jades with parameters of type DigestModifierConstructorDescriptionThe default constructorHTTPHeaderMessageBodySignatureScope
(String documentName, Digest digest) Constructor with a document nameHTTPHeaderSignatureScope
(Digest digest) The default constructorprotected
HTTPHeaderSignatureScope
(String name, Digest digest) Constructor with document name -
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 TypeMethodDescriptionDigestDocument.getExistingDigest()
Gets the defined digest value for the DigestDocumentConstructors in eu.europa.esig.dss.model with parameters of type DigestModifierConstructorDescriptionDSSMessageDigest
(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.pades.validation.scope
Constructors in eu.europa.esig.dss.pades.validation.scope with parameters of type DigestModifierConstructorDescriptionFullPdfByteRangeSignatureScope
(ByteRange byteRange, Digest digest) Default constructorPartialPdfByteRangeSignatureScope
(ByteRange byteRange, Digest digest) Default constructorprotected
PdfByteRangeSignatureScope
(String name, ByteRange byteRange, Digest digest) Default constructor -
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.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.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.token
Methods in eu.europa.esig.dss.token with parameters of type DigestModifier and TypeMethodDescriptionAbstractSignatureTokenConnection.signDigest
(Digest digest, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry) AbstractSignatureTokenConnection.signDigest
(Digest digest, SignatureAlgorithm signatureAlgorithm, DSSPrivateKeyEntry keyEntry) AbstractSignatureTokenConnection.signDigest
(Digest digest, DSSPrivateKeyEntry keyEntry) SignatureTokenConnection.signDigest
(Digest digest, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry) This method signs thedigest
data with the givenkeyEntry
.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.validation
Methods in eu.europa.esig.dss.validation 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.ManifestEntry.getDigest()
Gets the manifest entry digestReferenceValidation.getDigest()
Gets the incorporatedDigest
SignaturePolicy.getDigest()
Gets theDigest
Methods in eu.europa.esig.dss.validation with parameters of type DigestModifier and TypeMethodDescriptionprotected XmlDigestAlgoAndValue
DiagnosticDataBuilder.getXmlDigestAlgoAndValue
(Digest digest) Builds aXmlDigestAlgoAndValue
forDigest
void
Sets the manifest entry digestvoid
Sets the reference'sDigest
void
Sets theDigest
Constructors in eu.europa.esig.dss.validation 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.validation.policy
Methods in eu.europa.esig.dss.validation.policy that return DigestModifier and TypeMethodDescriptionAbstractSignaturePolicyValidator.getComputedDigest
(DSSDocument policyDocument, DigestAlgorithm digestAlgorithm) BasicASNSignaturePolicyValidator.getComputedDigest
(DSSDocument policyDocument, DigestAlgorithm digestAlgorithm) SignaturePolicyValidator.getComputedDigest
(DSSDocument policyDocument, DigestAlgorithm digestAlgorithm) ReturnsDigest
on the computed SignaturePolicy's contentZeroHashSignaturePolicyValidator.getComputedDigest
(DSSDocument policyDocument, DigestAlgorithm digestAlgorithm) 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.validation.policy with parameters of type Digest -
Uses of Digest in eu.europa.esig.dss.validation.scope
Methods in eu.europa.esig.dss.validation.scope that return DigestModifier and TypeMethodDescriptionprotected Digest
AbstractSignatureScopeFinder.getDigest
(byte[] dataBytes) Gets digest of a binariesprotected Digest
AbstractSignatureScopeFinder.getDigest
(DSSDocument document) Gets digest of a documentSignatureScope.getDigest()
Gets digests of the documentConstructors in eu.europa.esig.dss.validation.scope with parameters of type DigestModifierConstructorDescriptionContainerContentSignatureScope
(String name, Digest digest) Default constructorContainerSignatureScope
(Digest digest) Default constructorContainerSignatureScope
(String name, Digest digest) Constructor with a container nameCounterSignatureScope
(String masterSignatureId, Digest digest) Default constructorDigestSignatureScope
(String name, Digest digest) Default constructorFullSignatureScope
(String name, Digest digest) Default constructorManifestEntrySignatureScope
(String entryName, Digest digest, String manifestName, List<String> transformations) Constructor with transformations (Used in XAdES)ManifestSignatureScope
(String name, Digest digest) Default constructorManifestSignatureScope
(String name, Digest digest, List<String> transformations) Constructor with a list of XML transformations (to be used for XAdES only)protected
SignatureScope
(String name, Digest digest) Default constructorprotected
SignatureScopeWithTransformations
(String name, Digest digest, List<String> transformations) Default constructor -
Uses of Digest in eu.europa.esig.dss.validation.timestamp
Methods in eu.europa.esig.dss.validation.timestamp that return DigestModifier and TypeMethodDescriptionTimestampToken.getMessageImprint()
This method returns the embedded message-imprint value -
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.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
-
Uses of Digest in eu.europa.esig.dss.xades.validation.scope
Constructors in eu.europa.esig.dss.xades.validation.scope with parameters of type DigestModifierConstructorDescriptionprotected
XmlElementSignatureScope
(String xmlId, List<String> transformations, Digest digest) Default constructorprotected
XmlFullSignatureScope
(String name, List<String> transformations, Digest digest) Constructor with document nameprotected
XmlRootSignatureScope
(String name, List<String> transformations, Digest digest) Constructor with document nameprotected
XmlRootSignatureScope
(List<String> transformations, Digest digest) Default constructorprotected
XPointerSignatureScope
(String uri, List<String> transformations, Digest digest) Default constructor