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然后没有时间戳的签名生成。
null
signerCertPath
NullPointerException。
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.