| Package | Description |
|---|---|
| com.entrust.toolkit |
Contains various high-level classes that provide Toolkit JCA cryptographic provider initialization,
an Entrust User representation, a key/certificate source, a certificate set representation,
JNI initialization capabilities, PKCS #7 encoding and decoding, CMS and PKCS#7 User related
utilities, transaction counting, and an XML trust manager.
|
| iaik.cms | |
| iaik.pkcs.pkcs7 | |
| iaik.security.smime | |
| iaik.smime |
| Modifier and Type | Method and Description |
|---|---|
void |
PKCS7EncodeStream.requestTimeStamp(TimeStampClient timeStampClient)
Requests that the signature be time-stamped.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SignerInfo.requestTimeStamp(TimeStampClient timeStampClient)
Requests that the signature this SignerInfo structure represents be
time-stamped.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SignerInfo.requestTimeStamp(TimeStampClient timeStampClient)
Requests that the signature this SignerInfo structure represents be
time-stamped.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SMimeSigned.requestTimeStamp(TimeStampClient timeStampClient)
Requests that the last signature that exists in this SMimeSigned structure
be time-stamped.
|
void |
SignedContent.requestTimeStamp(TimeStampClient timeStampClient)
Requests that the signature that exists in this SignedContent structure be
time-stamped.
|
void |
SMimeSigned.requestTimeStamp(TimeStampClient timeStampClient,
int signerInfoIndex)
Requests that the signature at the indicated index in this SMimeSigned
structure be time-stamped.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SMimeSigned.requestTimeStamp(TimeStampClient timeStampClient)
Requests that the last signature that exists in this SMimeSigned structure
be time-stamped.
|
void |
SignedContent.requestTimeStamp(TimeStampClient timeStampClient)
Requests that the last signature that exists in this SignedContent
structure be time-stamped.
|
void |
SMimeSigned.requestTimeStamp(TimeStampClient timeStampClient,
int signerInfoIndex)
Requests that the signature at the indicated index in this SMimeSigned
structure be time-stamped.
|
void |
SignedContent.requestTimeStamp(TimeStampClient timeStampClient,
int signerInfoIndex)
Requests that the signature at the indicated index in this SignedContent
structure be time-stamped.
|