[]
type TimeStampParams = object;
Represents parameters shared across the stages of the document timestamping process:
Preparation stage — validates input parameters and performs necessary initialization. Implemented by TimeStampProviderBase.getTimeStampParams. This stage throws an error if parameters are invalid or incompatible.
Signature generation stage — builds the final PKCS#7 signature container. Implemented by TimeStampProviderBase.buildTimeStampToken.
An instance of TimeStampParams is used to pass data between these stages and may also carry additional custom data required during signing.
[key: string]: any
Additional custom properties used to transfer data between timestamping stages or extend the timestamping workflow.
hashAlgorithmOID: string;
The object identifier (OID) of hash algorithm used to compute the message digest for the timestamp.