| Package | Description |
|---|---|
| com.entrust.toolkit.asn1.tsp |
Contains classes used to create, parse, and manipulate ASN.1 structures
used with time-stamping.
|
| com.entrust.toolkit.timestamp |
Contains classes used to communicate with a timestamp server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CMSTimeStampToken
This class implements the ASN.1 structure for TimeStampToken as defined in
RFC 3162, the Time-Stamp Protocol (TSP) specification.
|
| Modifier and Type | Method and Description |
|---|---|
TimeStampToken |
TimeStampResp.getTimeStampToken()
Returns the timestamp token.
|
static TimeStampToken |
TimeStampToken.newInstance(ASN1Object obj)
Creates a new
TimeStampToken object using the default
implementation (CMS). |
| Modifier and Type | Method and Description |
|---|---|
void |
TimeStampResp.setTimeStampToken(TimeStampToken timeStampToken)
Sets the timestamp token.
|
| Modifier and Type | Method and Description |
|---|---|
TimeStampToken |
TimeStampClient.requestTimeStampToken(byte[] data)
Requests a time-stamp for the data contained in a byte array.
|
TimeStampToken |
TimeStampClient.requestTimeStampToken(java.io.InputStream data)
Requests a time-stamp for the data contained in an input stream.
|
| Modifier and Type | Method and Description |
|---|---|
X509Certificate |
TimeStampVerifier.verify(byte[] data,
TimeStampToken timeStampToken)
Verifies that the time-stamp token is valid.
|
X509Certificate |
TimeStampVerifier.verify(java.io.InputStream data,
TimeStampToken timeStampToken)
Verifies that the time-stamp token is valid.
|