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 constructorprotectedHTTPHeaderSignatureScope(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 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 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 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.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 constructorprotectedPdfByteRangeSignatureScope(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 DigestDSSRevocationUtils.getDigest(org.bouncycastle.asn1.esf.OtherHash otherHash) ConvertsOtherHashtoDigeststatic DigestDSSUtils.getDigest(DigestAlgorithm digestAlgo, DSSDocument dssDocument) ReturnsDigestof thedssDocumentMethods in eu.europa.esig.dss.spi with parameters of type DigestModifier and TypeMethodDescriptionstatic DigestDocumentDSSUtils.toDigestDocument(Digest digest) Creates aDigestDocumentwith 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 theDigestCommonCertificateSource.getByCertificateDigest(Digest digest) ListCertificateSource.getByCertificateDigest(Digest digest) voidCertificateRef.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 DigestRevocationRef.digestDigest 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 DigestModifierConstructorDescriptionprotectedRevocationRefIdentifier(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 thedigestdata with the givenkeyEntry.SignatureTokenConnection.signDigest(Digest digest, SignatureAlgorithm signatureAlgorithm, DSSPrivateKeyEntry keyEntry) This method signs thedigestdata with the pre-definedsignatureAlgorithmand the givenkeyEntry.SignatureTokenConnection.signDigest(Digest digest, DSSPrivateKeyEntry keyEntry) This method signs thedigestdata 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 incorporatedDigestSignaturePolicy.getDigest()Gets theDigestMethods in eu.europa.esig.dss.validation with parameters of type DigestModifier and TypeMethodDescriptionprotected XmlDigestAlgoAndValueDiagnosticDataBuilder.getXmlDigestAlgoAndValue(Digest digest) Builds aXmlDigestAlgoAndValueforDigestvoidSets the manifest entry digestvoidSets the reference'sDigestvoidSets theDigestConstructors 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) ReturnsDigeston 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 DigestAbstractSignatureScopeFinder.getDigest(byte[] dataBytes) Gets digest of a binariesprotected DigestAbstractSignatureScopeFinder.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)protectedSignatureScope(String name, Digest digest) Default constructorprotectedSignatureScopeWithTransformations(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 DigestDTODTOConverter.toDigestDTO(Digest digest) ConvertsDigesttoDigestDTOobject -
Uses of Digest in eu.europa.esig.dss.xades
Methods in eu.europa.esig.dss.xades that return DigestModifier and TypeMethodDescriptionstatic DigestDSSXMLUtils.getDigestAndValue(Element element) This method extracts the Digest algorithm and value from an element of type DigestAlgAndValueTypestatic DigestDSSXMLUtils.getReferenceDigest(org.apache.xml.security.signature.Reference reference) Returns theDigestextracted 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 DigestModifierConstructorDescriptionprotectedXmlElementSignatureScope(String xmlId, List<String> transformations, Digest digest) Default constructorprotectedXmlFullSignatureScope(String name, List<String> transformations, Digest digest) Constructor with document nameprotectedXmlRootSignatureScope(String name, List<String> transformations, Digest digest) Constructor with document nameprotectedXmlRootSignatureScope(List<String> transformations, Digest digest) Default constructorprotectedXPointerSignatureScope(String uri, List<String> transformations, Digest digest) Default constructor