| Package | Description |
|---|---|
| com.entrust.toolkit.asn1.tsp |
Contains classes used to create, parse, and manipulate ASN.1 structures
used with time-stamping.
|
| Modifier and Type | Method and Description |
|---|---|
MessageImprint |
TSTInfo.getMessageImprint()
Returns the hash of the datum that the time-stamp applies to.
|
MessageImprint |
TimeStampReq.getMessageImprint()
Returns the hash of the datum to be time-stamped.
|
| Constructor and Description |
|---|
TimeStampReq(MessageImprint messageImprint)
Creates a new
TimeStampReq object with the specified
components. |
TSTInfo(ObjectID policy,
MessageImprint messageImprint,
java.math.BigInteger serialNumber,
java.util.Date genTime)
Creates a new
TSTInfo object with the specified components. |