| Package | Description |
|---|---|
| org.bouncycastle.cms |
| Modifier and Type | Class and Description |
|---|---|
class |
KEKRecipientInformation
the RecipientInfo class for a recipient who has been sent a message
encrypted using a secret key known to the other side.
|
class |
KeyAgreeRecipientInformation
the RecipientInfo class for a recipient who has been sent a message
encrypted using key agreement.
|
class |
KeyTransRecipientInformation
the KeyTransRecipientInformation class for a recipient who has been sent a secret
key encrypted using their public key that needs to be used to
extract the message.
|
class |
PasswordRecipientInformation
the RecipientInfo class for a recipient who has been sent a message
encrypted using a password.
|
| Modifier and Type | Method and Description |
|---|---|
RecipientInformation |
RecipientInformationStore.get(RecipientId selector)
Return the first RecipientInformation object that matches the
passed in selector.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<RecipientInformation> |
RecipientInformationStore.getRecipients()
Return all recipients in the collection
|
Collection<RecipientInformation> |
RecipientInformationStore.getRecipients(RecipientId selector)
Return possible empty collection with recipients matching the passed in RecipientId
|
Iterator<RecipientInformation> |
RecipientInformationStore.iterator()
Support method for Iterable where available.
|
| Constructor and Description |
|---|
RecipientInformationStore(RecipientInformation recipientInformation)
Create a store containing a single RecipientInformation object.
|
| Constructor and Description |
|---|
RecipientInformationStore(Collection<RecipientInformation> recipientInfos) |
Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.