public final class CodeSigner extends Objectimplements Serializable
| Constructor and Description |
|---|
CodeSigner(CertPath
Constructs a CodeSigner object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object
Tests for equality between the specified object and this code signer.
|
CertPath |
getSignerCertPath()
Returns the signer's certificate path.
|
Timestamp |
getTimestamp()
Returns the signature timestamp.
|
int |
hashCode()
Returns the hash code value for this code signer.
|
String |
toString()
Returns a string describing this code signer.
|
public CodeSigner(CertPathsignerCertPath, Timestamp timestamp)
signerCertPath - The signer's certificate path. It must not be
null.
timestamp - A signature timestamp. If
null then no timestamp was generated for the signature.
NullPointerException - if
signerCertPath is
null.
public CertPathgetSignerCertPath()
public TimestampgetTimestamp()
null if none is present.
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 object.
Object.hashCode() ,
HashMap