Interface DataObjectDigestBuilderFactory

All Known Implementing Classes:
ASN1EvidenceRecordDataObjectDigestBuilderFactory, XMLEvidenceRecordDataObjectDigestBuilderFactory

public interface DataObjectDigestBuilderFactory
Creates an instance of eu.europa.esig.dss.spi.x509.evidencerecord.DataObjectDigestBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    create(DSSDocument document)
    Creates an instance of DataObjectDigestBuilder to build hash for the document, according to the given implementation, using a default digest algorithm
    create(DSSDocument document, DigestAlgorithm digestAlgorithm)
    Creates an instance of DataObjectDigestBuilder to build hash for the document, according to the given implementation, using a provided digestAlgorithm