public final class Timestamp extends Objectimplements Serializable
| Constructor and Description |
|---|
Timestamp(Date
Constructs a Timestamp.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object
Tests for equality between the specified object and this timestamp.
|
CertPath |
getSignerCertPath()
Returns the certificate path for the Timestamping Authority.
|
Date |
getTimestamp()
Returns the date and time when the timestamp was generated.
|
int |
hashCode()
Returns the hash code value for this timestamp.
|
String |
toString()
Returns a string describing this timestamp.
|
public Timestamp(Datetimestamp, CertPath signerCertPath)
timestamp - is the timestamp's date and time. It must not be null.
signerCertPath - is the TSA's certificate path. It must not be null.
NullPointerException - if timestamp or signerCertPath is null.
public DategetTimestamp()
public CertPathgetSignerCertPath()
public int hashCode()
hashCode in class
Object
Object.equals(java.lang.Object) ,
System.identityHashCode(java.lang.Object)
public boolean equals(Objectobj)
equals in class
Object
obj - the object to test for equality with this timestamp.
Object.hashCode() ,
HashMap