|
DigiStamp.com | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectdgs.tlkt.VerifyResult
dgs.tlkt.TsVerifyResult
The results from a request to verify a time stamp. The act of verifying a
time stamp signature results in more information than a simple boolean. The
class can provide details that are specific to a time stamp. See superclass
VerifyResult for the additional result possibilites.
| Field Summary | |
static int |
CERT_EXP
The public key certificate used to verify the signature was expired at the time that the time stamp was created. |
static int |
CERT_REVOKED
The public key certificate used to verify the signature had been revoked at the time that the time stamp was created. |
static int |
CERT_TRUST
The public key certificate used to verify the signature did not have a trusted root. |
static int |
TST_INFO
Verify failed because the hash of the user data was not contained in TstInfo. |
| Fields inherited from class dgs.tlkt.VerifyResult |
GOOD, NO_CERT, NO_DOC_HASH, SGND_ATTR, SIG, UNKNOWN |
| Methods inherited from class dgs.tlkt.VerifyResult |
getCertificate, getResult, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int CERT_EXP
public static final int CERT_REVOKED
public static final int CERT_TRUST
public static final int TST_INFO
|
Copyright 2000-2005 DigiStamp, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||