| public final class java.security CodeSigner
|
Java SE 6 |
| since | 1.5 |
| version | 1.5, 11/17/05 |
| Constructors | |||||||
|---|---|---|---|---|---|---|---|
| public | CodeSigner(CertPath signerCertPath, Timestamp timestamp) Details
Constructs a CodeSigner object.
| ||||||
| Methods | |||||
|---|---|---|---|---|---|
| public boolean | equals(Object obj) Details
Tests for equality between the specified object and this
code signer. Two code signers are considered equal if their
signer certificate paths are equal and if their timestamps are equal,
if present in both.
| ||||
| public int | hashCode() Details
Returns the hash code value for this code signer.
The hash code is generated using the signer's certificate path and the
timestamp, if present.
| ||||
| public String | toString() Details
Returns a string describing this code signer.
| ||||
| Properties | |||
|---|---|---|---|
| public CertPath | getSignerCertPath() Details
Returns the signer's certificate path.
| ||
| public Timestamp | getTimestamp() Details
Returns the signature timestamp.
| ||
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2013 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|