java.lang.Object java.security.Timestamp
public final class Timestamp
此类封装有关签署时间戳的信息。其不可更改。它包括时间戳的日期和时间,以及有关生成和签署时间戳的 Timestamping Authority (TSA) 的信息。
构造方法摘要 | |
---|---|
Timestamp(Date timestamp, CertPath signerCertPath) 构造一个时间戳。 |
方法摘要 | |
---|---|
boolean |
equals(Object obj) 比较指定的对象和此时间戳之间的相同性。 |
CertPath |
getSignerCertPath() 返回 Timestamping Authority 的证书路径。 |
Date |
getTimestamp() 返回生成时间戳时的日期和时间。 |
int |
hashCode() 返回此时间戳的哈希码值。 |
String |
toString() 返回描述此时间戳的字符串。 |
从类 java.lang.Object 继承的方法 |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
构造方法详细信息 |
---|
public Timestamp(Date timestamp, CertPath signerCertPath)
timestamp
- 其为时间戳的日期和时间。它不能为 null。
signerCertPath
- 其为 TSA 的证书路径。它不能为 null。
NullPointerException
- 如果时间戳或 signerCertPath 为 null。
方法详细信息 |
---|
public Date getTimestamp()
public CertPath getSignerCertPath()
public int hashCode()
Object.equals(java.lang.Object)
,
Hashtable
public boolean equals(Object obj)
obj
- 要与此时间戳进行相同性比较的对象。
Object.hashCode()
,
Hashtable
public String toString()