API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security. Timestamp View Source
Author(s)
Vincent Ryan
Since
1.5
Version
1.3, 11/17/05
Serial
Hierarchy
 Object
      Timestamp
Implements
 Serializable
Subclasses
Description
publicfinal class Timestamp
  This class encapsulates information about a signed timestamp.
See also:   
Constructors
public Timestamp (Date timestamp, CertPath signerCertPath)
  Constructs a Timestamp.
Methods
Hide/Show inherited methods
public boolean equals (Object obj)
  Tests for equality between the specified object and this timestamp.
public CertPath getSignerCertPath ()
  Returns the certificate path for the Timestamping Authority.
public Date getTimestamp ()
  Returns the date and time when the timestamp was generated.
public int hashCode ()
  Returns the hash code value for this timestamp.
public String toString ()
  Returns a string describing this timestamp.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar