Uses of Class
eu.europa.esig.dss.model.Digest
-
Uses of Digest in eu.europa.esig.dss.cades.validation
Methods in eu.europa.esig.dss.cades.validation that return Digest Modifier and Type Method Description Digest
CAdESSignature. getDataToBeSignedRepresentation()
-
Uses of Digest in eu.europa.esig.dss.jades
Methods in eu.europa.esig.dss.jades that return Digest Modifier and Type Method Description static Digest
DSSJsonUtils. getDigest(Map<?,?> digestValueAndAlgo)
Creates aDigest
object from a JSON structureConstructors in eu.europa.esig.dss.jades with parameters of type Digest Constructor Description HTTPHeaderMessageBodySignatureScope(Digest digest)
The default constructorHTTPHeaderMessageBodySignatureScope(String documentName, Digest digest)
Constructor with a document nameHTTPHeaderSignatureScope(Digest digest)
The default constructorHTTPHeaderSignatureScope(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 Modifier and Type Method Description Digest
JAdESSignature. getDataToBeSignedRepresentation()
-
Uses of Digest in eu.europa.esig.dss.model
Methods in eu.europa.esig.dss.model that return Digest Modifier and Type Method Description Digest
DigestDocument. getExistingDigest()
Gets the defined digest value for the DigestDocument -
Uses of Digest in eu.europa.esig.dss.model.identifier
Methods in eu.europa.esig.dss.model.identifier with parameters of type Digest Modifier and Type Method Description boolean
MultipleDigestIdentifier. isMatch(Digest expectedDigest)
Constructors in eu.europa.esig.dss.model.identifier with parameters of type Digest Constructor Description 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 Digest Constructor Description PdfByteRangeSignatureScope(String name, ByteRange byteRange, Digest digest)
-
Uses of Digest in eu.europa.esig.dss.spi
Methods in eu.europa.esig.dss.spi that return Digest Modifier and Type Method Description static Digest
DSSRevocationUtils. getDigest(org.bouncycastle.asn1.esf.OtherHash otherHash)
ConvertsOtherHash
toDigest
static Digest
DSSUtils. getDigest(DigestAlgorithm digestAlgo, DSSDocument dssDocument)
ReturnsDigest
of thedssDocument
-
Uses of Digest in eu.europa.esig.dss.spi.x509
Methods in eu.europa.esig.dss.spi.x509 that return Digest Modifier and Type Method Description Digest
CertificateRef. getCertDigest()
Methods in eu.europa.esig.dss.spi.x509 with parameters of type Digest Modifier and Type Method Description Set<CertificateToken>
CertificateSource. getByCertificateDigest(Digest digest)
This method returns the Set of certificates with theDigest
Set<CertificateToken>
CommonCertificateSource. getByCertificateDigest(Digest digest)
Set<CertificateToken>
ListCertificateSource. getByCertificateDigest(Digest digest)
void
CertificateRef. setCertDigest(Digest certDigest)
-
Uses of Digest in eu.europa.esig.dss.spi.x509.revocation
Fields in eu.europa.esig.dss.spi.x509.revocation declared as Digest Modifier and Type Field Description protected Digest
RevocationRef. digest
Methods in eu.europa.esig.dss.spi.x509.revocation that return Digest Modifier and Type Method Description Digest
RevocationRef. getDigest()
Constructors in eu.europa.esig.dss.spi.x509.revocation with parameters of type Digest Constructor Description RevocationRefIdentifier(Digest digest)
-
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 Constructor Description CRLRef(Digest digest)
The default constructor for CRLRef. -
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 Digest Constructor Description OCSPRef(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 Digest Modifier and Type Method Description SignatureValue
AbstractSignatureTokenConnection. signDigest(Digest digest, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry)
SignatureValue
AbstractSignatureTokenConnection. signDigest(Digest digest, DSSPrivateKeyEntry keyEntry)
SignatureValue
SignatureTokenConnection. signDigest(Digest digest, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry)
This method signs thedigest
data with the givenkeyEntry
.SignatureValue
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 Digest Modifier and Type Method Description Digest
XmlDownloadResult. getDigest()
Gets digest of a canonicalized documentConstructors in eu.europa.esig.dss.tsl.download with parameters of type Digest Constructor Description XmlDownloadResult(DSSDocument dssDocument, Digest digest)
Default constructor -
Uses of Digest in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return Digest Modifier and Type Method Description Digest
AdvancedSignature. 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.Digest
ManifestEntry. getDigest()
Gets the manifest entry digestDigest
ReferenceValidation. getDigest()
Gets the incorporatedDigest
Digest
SignaturePolicy. getDigest()
Gets theDigest
Methods in eu.europa.esig.dss.validation with parameters of type Digest Modifier and Type Method Description protected XmlDigestAlgoAndValue
DiagnosticDataBuilder. getXmlDigestAlgoAndValue(Digest digest)
void
ManifestEntry. setDigest(Digest digest)
Sets the manifest entry digestvoid
ReferenceValidation. setDigest(Digest digest)
Sets the reference'sDigest
void
SignaturePolicy. setDigest(Digest digest)
Sets theDigest
Constructors in eu.europa.esig.dss.validation with parameters of type Digest Constructor Description SignatureDigestReference(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 Digest Modifier and Type Method Description Digest
AbstractSignaturePolicyValidator. getComputedDigest(DigestAlgorithm digestAlgorithm)
Digest
BasicASNSignaturePolicyValidator. getComputedDigest(DigestAlgorithm digestAlgorithm)
Digest
NonASN1SignaturePolicyValidator. getComputedDigest(DigestAlgorithm digestAlgorithm)
Digest
SignaturePolicyValidator. getComputedDigest(DigestAlgorithm digestAlgorithm)
ReturnsDigest
on the computed SignaturePolicy's content -
Uses of Digest in eu.europa.esig.dss.validation.scope
Methods in eu.europa.esig.dss.validation.scope that return Digest Modifier and Type Method Description protected Digest
AbstractSignatureScopeFinder. getDigest(byte[] dataBytes)
Gets digest of a binariesprotected Digest
AbstractSignatureScopeFinder. getDigest(DSSDocument document)
Gets digest of a documentDigest
SignatureScope. getDigest()
Constructors in eu.europa.esig.dss.validation.scope with parameters of type Digest Constructor Description ContainerContentSignatureScope(String name, Digest digest)
ContainerSignatureScope(Digest digest)
ContainerSignatureScope(String name, Digest digest)
CounterSignatureScope(String masterSignatureId, Digest digest)
DigestSignatureScope(String name, Digest digest)
FullSignatureScope(String name, Digest digest)
ManifestEntrySignatureScope(String entryName, Digest digest, String manifestName, List<String> transformations)
Constructor with transformations (Used in XAdES)ManifestSignatureScope(String name, Digest digest)
ManifestSignatureScope(String name, Digest digest, List<String> transformations)
PartialSignatureScope(String name, Digest digest)
SignatureScope(String name, Digest digest)
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 Digest Modifier and Type Method Description Digest
TimestampToken. 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 Digest Modifier and Type Method Description static Digest
DTOConverter. toDigest(DigestDTO digestDTO)
ConvertsDigestDTO
toDigest
objectMethods in eu.europa.esig.dss.ws.converter with parameters of type Digest Modifier and Type Method Description static 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 Digest Modifier and Type Method Description static Digest
DSSXMLUtils. getDigestAndValue(Element element)
This method extracts the Digest algorithm and value from an element of type DigestAlgAndValueType -
Uses of Digest in eu.europa.esig.dss.xades.validation
Methods in eu.europa.esig.dss.xades.validation that return Digest Modifier and Type Method Description Digest
XAdESSignature. getDataToBeSignedRepresentation()
-
Uses of Digest in eu.europa.esig.dss.xades.validation.policy
Methods in eu.europa.esig.dss.xades.validation.policy that return Digest Modifier and Type Method Description Digest
XMLSignaturePolicyValidator. getComputedDigest(DigestAlgorithm digestAlgorithm)
-
Uses of Digest in eu.europa.esig.dss.xades.validation.scope
Constructors in eu.europa.esig.dss.xades.validation.scope with parameters of type Digest Constructor Description XmlElementSignatureScope(String xmlId, List<String> transformations, Digest digest)
Default constructorXmlFullSignatureScope(String name, List<String> transformations, Digest digest)
Constructor with document nameXmlRootSignatureScope(String name, List<String> transformations, Digest digest)
Constructor with document nameXmlRootSignatureScope(List<String> transformations, Digest digest)
Default constructorXPointerSignatureScope(String xmlId, String uri, Digest digest)
Default constructor