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

Returns a reference to the certificate that signed this trusted timestamp. From the signing certificate of a timestamp you can get information like the organization that issued this timestamp, or the date range when it is valid, for example.

Link copied to clipboard