Modifier and Type | Field and Description |
---|---|
private transient int | |
private static final long | |
private final CertPath | signerCertPath
The TSA's certificate path. |
private Date | timestamp
The timestamp's date and time |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public boolean | Returns: true if the timestamps are considered equal,
false otherwise.the object to test for equality with this obj)Timestamp .Overrides java. Tests for equality between the specified object and this
|
public CertPath | Returns: The TSA's certificate path.Returns the certificate path for the Timestamping Authority. |
public Date | Returns: The timestamp's date and time.Returns the date and time when the |
public int | Returns: a hash code value for thisTimestamp .Overrides java. Returns the hash code value for this |
private void | readObject(ObjectInputStream
the ois)ObjectInputStream from which data is readRestores the state of this object from the stream, and explicitly resets hash code value to -1. |
public String | Returns: A string comprising the date and time of theTimestamp
and its signer's certificate.Overrides java. Returns a string describing this |
myhash | back to summary |
---|---|
private transient int myhash |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID
|
signerCertPath | back to summary |
---|---|
private final CertPath signerCertPath The TSA's certificate path. |
timestamp | back to summary |
---|---|
private Date timestamp The timestamp's date and time |
Timestamp | back to summary |
---|---|
public Timestamp(Date timestamp, CertPath signerCertPath) Constructs a
|
equals | back to summary |
---|---|
public boolean equals(Object obj) Overrides java. Tests for equality between the specified object and this
|
getSignerCertPath | back to summary |
---|---|
public CertPath getSignerCertPath() Returns the certificate path for the Timestamping Authority.
|
getTimestamp | back to summary |
---|---|
public Date getTimestamp() Returns the date and time when the
|
hashCode | back to summary |
---|---|
public int hashCode() Overrides java. Returns the hash code value for this
|
readObject | back to summary |
---|---|
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException Restores the state of this object from the stream, and explicitly resets hash code value to -1.
|
toString | back to summary |
---|---|
public String toString() Overrides java. Returns a string describing this
|