Module jpms_dss_spi
Interface SignatureEvidenceRecordDigestBuilder
- All Known Implementing Classes:
AbstractSignatureEvidenceRecordDigestBuilder
public interface SignatureEvidenceRecordDigestBuilder
Generates digest for an evidence record to be embedded within a given signature
-
Method Summary
Modifier and TypeMethodDescriptioneu.europa.esig.dss.model.Digestbuild()Generates hash value for the signature enveloping the evidence-record.
-
Method Details
-
build
eu.europa.esig.dss.model.Digest build()Generates hash value for the signature enveloping the evidence-record. Note: the method is not supported for ASiC containers- Returns:
Digestcontaining the hash value of the binaries and the used digest algorithm
-