| Package | Description |
|---|---|
| org.bouncycastle.cms |
A package for processing RFC 3852 Cryptographic Message Syntax (CMS) objects - also referred to as PKCS#7 (formerly RFC 2630, 3369).
|
| org.bouncycastle.cms.jcajce | |
| org.bouncycastle.pkix |
| Modifier and Type | Class and Description |
|---|---|
class |
KEKRecipientId |
class |
KeyAgreeRecipientId |
class |
KeyTransRecipientId |
class |
PasswordRecipientId |
| Modifier and Type | Field and Description |
|---|---|
protected RecipientId |
RecipientInformation.rid |
| Modifier and Type | Method and Description |
|---|---|
RecipientId |
RecipientInformation.getRID() |
| Modifier and Type | Method and Description |
|---|---|
RecipientInformation |
RecipientInformationStore.get(RecipientId selector)
Return the first RecipientInformation object that matches the
passed in selector.
|
java.util.Collection<Recipient> |
RecipientInformationStore.getRecipients(RecipientId selector)
Return possible empty collection with recipients matching the passed in RecipientId
|
| Modifier and Type | Class and Description |
|---|---|
class |
JceKeyAgreeRecipientId |
class |
JceKeyTransRecipientId |
| Modifier and Type | Method and Description |
|---|---|
RecipientId |
PKIXIdentity.getRecipientId()
Return a RecipientId for the identity's (private key, certificate) pair.
|