Uses of Class
eu.europa.esig.dss.model.Digest
-
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()
-
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)
static Digest
DSSUtils. getDigest(DigestAlgorithm digestAlgo, DSSDocument dssDocument)
-
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 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()
Constructors in eu.europa.esig.dss.tsl.download with parameters of type Digest Constructor Description XmlDownloadResult(DSSDocument dssDocument, Digest digest)
-
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
ManifestEntry. getDigest()
Digest
ReferenceValidation. getDigest()
Digest
SignaturePolicy. getDigest()
Methods in eu.europa.esig.dss.validation with parameters of type Digest Modifier and Type Method Description void
ManifestEntry. setDigest(Digest digest)
void
ReferenceValidation. setDigest(Digest digest)
void
SignaturePolicy. setDigest(Digest digest)
Constructors in eu.europa.esig.dss.validation with parameters of type Digest Constructor Description SignatureDigestReference(Digest digest)
SignatureDigestReference(String canonicalizationMethod, Digest digest)
-
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)
Digest
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)
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)
-
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)
Methods in eu.europa.esig.dss.ws.converter with parameters of type Digest Modifier and Type Method Description static DigestDTO
DTOConverter. toDigestDTO(Digest digest)
-
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.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)
XmlFullSignatureScope(String name, List<String> transformations, Digest digest)
XmlRootSignatureScope(String name, List<String> transformations, Digest digest)
XmlRootSignatureScope(List<String> transformations, Digest digest)
XPointerSignatureScope(String xmlId, String uri, Digest digest)