DigiStamp.com

dgs.tlkt
Class TsVerifyResult

java.lang.Object
  extended bydgs.tlkt.VerifyResult
      extended bydgs.tlkt.TsVerifyResult

public class TsVerifyResult
extends VerifyResult

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

CERT_EXP

public static final int CERT_EXP
The public key certificate used to verify the signature was expired at the time that the time stamp was created. The signature did verify correctly.

See Also:
Constant Field Values

CERT_REVOKED

public static final int CERT_REVOKED
The public key certificate used to verify the signature had been revoked at the time that the time stamp was created. The signature did verify correctly.

See Also:
Constant Field Values

CERT_TRUST

public static final int CERT_TRUST
The public key certificate used to verify the signature did not have a trusted root. The signature did verify correctly.

See Also:
Constant Field Values

TST_INFO

public static final int TST_INFO
Verify failed because the hash of the user data was not contained in TstInfo.

See Also:
Constant Field Values

Copyright 2000-2008 DigiStamp, Inc.