TimestampInformation

class TimestampInformation(val signingCertificate: X509CertificateData?, val trustedDate: Date?)

A structure that contains information about a digital signature timestamp.

Constructors

Link copied to clipboard
constructor(signingCertificate: X509CertificateData?, trustedDate: Date?)

Properties

Link copied to clipboard

The certificate that signed this trusted timestamp. From the signing certificate you can get information like the organization that issued the timestamp, or the date range when it is valid.

Link copied to clipboard

The date and time when the timestamp was created by the Time Stamp Authority, or null if not available.