| 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.pkcs.pkcs7 | |
| iaik.security.smime |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object[] |
PKCS7Util.getRecipientDecryptionKey(KeyAndCertificateSource keyAndCertificateSource,
RecipientInfo[] recipients)
Finds the user's decryption key that can be used to decrypt a message that
contains the indicated recipient information.
|
static java.lang.Object[] |
PKCS7Util.getRecipientDecryptionKey(User user,
RecipientInfo[] recipients)
Finds the user's decryption key that can be used to decrypt a message that
contains the indicated recipient information.
|
| Modifier and Type | Method and Description |
|---|---|
RecipientInfo |
EnvelopedDataStream.getRecipientInfo(java.security.cert.X509Certificate recipientCertificate)
Returns the recipient info matching to the supplied recipient certificate.
|
RecipientInfo[] |
EnvelopedDataStream.getRecipientInfos()
Returns all the recipient infos included in this
EnvelopedData object. |
RecipientInfo[] |
SignedAndEnvelopedDataStream.getRecipientInfos()
Returns all the recipient infos included in this
SignedAndEnvelopedData object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EnvelopedDataStream.addRecipientInfo(RecipientInfo recipient)
Adds one recipient to the list of recipient infos.
|
void |
SignedAndEnvelopedDataStream.addRecipientInfo(RecipientInfo recipient)
Adds one recipient to the list of recipient infos.
|
void |
EnvelopedDataStream.setRecipientInfos(RecipientInfo[] recipients)
Sets the recipient infos.
|
void |
SignedAndEnvelopedDataStream.setRecipientInfos(RecipientInfo[] recipients)
Sets the recipient infos.
|
| Constructor and Description |
|---|
EnvelopedDataStream(RecipientInfo[] recipients,
EncryptedContentInfoStream encryptedCI)
Constructs an EnvelopedDataStream object with an already
created EncryptedContentInfoStream.
|
| Modifier and Type | Method and Description |
|---|---|
RecipientInfo[] |
EncryptedContent.getRecipientInfos()
Returns information about all recipients of this message.
|