Timestamp

Class Timestamp

All Implemented Interfaces:
Serializable
public final class Timestamp
extends Object
implements Serializable

This class encapsulates information about a signed timestamp. It is immutable. It includes the timestamp's date and time as well as information about the Timestamping Authority (TSA) which generated and signed the timestamp.

Since:
1.5

Constructors

Timestamp

public Timestamp(Date timestamp,
                 CertPath signerCertPath)

Constructs a Timestamp.<