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 DigestDigestDocument. 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 booleanMultipleDigestIdentifier. 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 DigestDSSRevocationUtils. getDigest(org.bouncycastle.asn1.esf.OtherHash otherHash)static DigestDSSUtils. 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 DigestCertificateRef. getCertDigest()Methods in eu.europa.esig.dss.spi.x509 with parameters of type Digest Modifier and Type Method Description voidCertificateRef. 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 DigestRevocationRef. digestMethods in eu.europa.esig.dss.spi.x509.revocation that return Digest Modifier and Type Method Description DigestRevocationRef. 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 SignatureValueAbstractSignatureTokenConnection. signDigest(Digest digest, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry)SignatureValueAbstractSignatureTokenConnection. signDigest(Digest digest, DSSPrivateKeyEntry keyEntry)SignatureValueSignatureTokenConnection. signDigest(Digest digest, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry)This method signs thedigestdata with the givenkeyEntry.SignatureValueSignatureTokenConnection. 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 Digest Modifier and Type Method Description DigestXmlDownloadResult. 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 DigestManifestEntry. getDigest()DigestReferenceValidation. getDigest()DigestSignaturePolicy. getDigest()Methods in eu.europa.esig.dss.validation with parameters of type Digest Modifier and Type Method Description voidManifestEntry. setDigest(Digest digest)voidReferenceValidation. setDigest(Digest digest)voidSignaturePolicy. 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 DigestAbstractSignatureScopeFinder. getDigest(byte[] dataBytes)DigestSignatureScope. 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 DigestTimestampToken. 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 DigestDTOConverter. toDigest(DigestDTO digestDTO)Methods in eu.europa.esig.dss.ws.converter with parameters of type Digest Modifier and Type Method Description static DigestDTODTOConverter. 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 DigestDSSXMLUtils. 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)