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 types with arguments of type Digest Modifier and Type Method Description protected List<Digest>CAdESTimestampSource. getCertificateRefDigests(CAdESAttribute unsignedAttribute)protected List<Digest>CAdESTimestampSource. getRevocationRefCRLDigests(CAdESAttribute unsignedAttribute)protected List<Digest>CAdESTimestampSource. getRevocationRefOCSPDigests(CAdESAttribute unsignedAttribute) -
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.pades.validation.scope
Constructors in eu.europa.esig.dss.pades.validation.scope with parameters of type Digest Constructor Description PdfByteRangeSignatureScope(String name, int[] byteRange, Digest digest) -
Uses of Digest in eu.europa.esig.dss.spi.x509
Methods in eu.europa.esig.dss.spi.x509 with parameters of type Digest Modifier and Type Method Description CertificateTokenCommonCertificateSource. getCertificateTokenByDigest(Digest digest)Returns containedCertificateTokencorresponding to the provideddigest -
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() -
Uses of Digest in eu.europa.esig.dss.spi.x509.revocation.crl
Methods in eu.europa.esig.dss.spi.x509.revocation.crl with parameters of type Digest Modifier and Type Method Description CRLBinaryOfflineCRLSource. getIdentifier(Digest digest)Returns the identifier related for the provided digest of the referenceConstructors in eu.europa.esig.dss.spi.x509.revocation.crl with parameters of type Digest Constructor Description CRLRef(Digest digest, RevocationRefOrigin origin)The default constructor for CRLRef. -
Uses of Digest in eu.europa.esig.dss.spi.x509.revocation.ocsp
Methods in eu.europa.esig.dss.spi.x509.revocation.ocsp with parameters of type Digest Modifier and Type Method Description OCSPResponseBinaryOfflineOCSPSource. getIdentifier(Digest digest)Returns the identifier related for the provideddigestof referenceConstructors in eu.europa.esig.dss.spi.x509.revocation.ocsp with parameters of type Digest Constructor Description OCSPRef(Digest digest, Date producedAt, ResponderId responderId, RevocationRefOrigin origin)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.validation
Methods in eu.europa.esig.dss.validation that return Digest Modifier and Type Method Description DigestCertificateRef. getCertDigest()DigestManifestEntry. getDigest()DigestReferenceValidation. getDigest()DigestSignaturePolicy. getDigest()Methods in eu.europa.esig.dss.validation with parameters of type Digest Modifier and Type Method Description CertificateRefSignatureCertificateSource. getCertificateRefByDigest(Digest digest)Returns a containedCertificateRefwith the givendigestCRLRefSignatureCRLSource. getCRLRefByDigest(Digest digest)Returns a containedCRLRefwith the givendigestOCSPRefSignatureOCSPSource. getOCSPRefByDigest(Digest digest)Returns a containedOCSPRefwith the givendigestvoidCertificateRef. setCertDigest(Digest certDigest)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 types with arguments of type Digest Modifier and Type Method Description protected abstract List<Digest>AbstractTimestampSource. getCertificateRefDigests(SignatureAttribute unsignedAttribute)Returns a list ofDigests from the givenunsignedAttributeprotected abstract List<Digest>AbstractTimestampSource. getRevocationRefCRLDigests(SignatureAttribute unsignedAttribute)Returns a list of CRL revocation refDigests from the givenunsignedAttributeprotected abstract List<Digest>AbstractTimestampSource. getRevocationRefOCSPDigests(SignatureAttribute unsignedAttribute)Returns a list of OCSP revocation refDigests from the givenunsignedAttribute -
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. getCertDigest(Element element, XPathQueryHolder xPathQueryHolder)ReturnsDigestfound in the givenelementstatic DigestDSSXMLUtils. getRevocationDigest(Element revocationRefNode, XPathQueryHolder xPathQueryHolder)ReturnsDigestfound in the givenrevocationRefNode -
Uses of Digest in eu.europa.esig.dss.xades.validation
Methods in eu.europa.esig.dss.xades.validation that return types with arguments of type Digest Modifier and Type Method Description protected List<Digest>XAdESTimestampSource. getCertificateRefDigests(XAdESAttribute unsignedAttribute)protected List<Digest>XAdESTimestampSource. getRevocationRefCRLDigests(XAdESAttribute unsignedAttribute)protected List<Digest>XAdESTimestampSource. getRevocationRefOCSPDigests(XAdESAttribute unsignedAttribute) -
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)
-