SetaPDF_Signer_Timestamp_Module_AbstractModule Abstract class representing a timestamp module

File: /SetaPDF v2/Signer/Timestamp/Module/AbstractModule.php

Class hierarchy

Summary

Properties

$_digest

The message digest


Methods

_getHash()

Get the hash that should be timestamped.

Parameters
$data : string|SetaPDF_Core_Reader_FilePath

The hash of the main signature

getDigest()

Get the digest algorithm.

setDigest()

Set the digest algorithm to use.

Parameters
$digest : string

Possible values are defined in SetaPDF_Signer_Digest

See