public final class CodeSigner extends Object implements Serializable
Constructor and Description |
---|
CodeSigner(CertPath signerCertPath, Timestamp timestamp)
构造一个CodeSigner对象。
|
public CodeSigner(CertPath signerCertPath, Timestamp timestamp)
signerCertPath
- 签名人的证书路径。
它不能是null
。
timestamp
- 签名时间戳。
如果null
没有为签名生成时间戳。
NullPointerException
- 如果
signerCertPath
是
null
。
public CertPath getSignerCertPath()
public Timestamp getTimestamp()
null
如果没有)。
public int hashCode()
hashCode
在类别
Object
Object.equals(java.lang.Object)
,
System.identityHashCode(java.lang.Object)
public boolean equals(Object obj)
equals
在类别
Object
obj
- 测试与此对象相等的对象。
Object.hashCode()
, HashMap
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.