| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PKCS7EncodeStream.setBlockSize(int blockSize)
Sets the size of the data parts in the underlying ASN.1 structure.
|
void |
PKCS7EncodeStream.setDigestAlgorithm(AlgorithmID digest)
Specifies the message digest algorithm to use for signing the data.
|
void |
PKCS7EncodeStream.setEncryptionAlgorithm(AlgorithmID encryptionAlg)
Specifies the encryption algorithm to be used during an PKCS7 encode
operation that involves data being encrypted.
|
void |
PKCS7EncodeStream.setEncryptionAlgorithm(AlgorithmID encryptionAlg,
int keyLength)
Specifies the encryption algorithm and encryption key length to be used
during an PKCS7 encode operation that involves data being encrypted.
|
CertificateSet |
PKCS7EncodeStream.setIncludedCertificates(CertificateSet certs)
Specifies the certificates that are included in the PKCS#7 message.
|
CertificateSet |
PKCS7EncodeStream.setRecipients(CertificateSet recipients)
Specifies the public keys with which to encrypt the message.
|
void |
PKCS7EncodeStream.setTrustedRecipients(CertificateSet recipients)
Specifies the validated public keys with which to encrypt the message.
|