|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.cms.RecipientInformationStore
Constructor Summary | |
RecipientInformationStore(java.util.Collection recipientInfos)
|
|
RecipientInformationStore(RecipientInformation recipientInformation)
Create a store containing a single RecipientInformation object. |
Method Summary | |
RecipientInformation |
get(RecipientId selector)
Return the first RecipientInformation object that matches the passed in selector. |
java.util.Collection |
getRecipients()
Return all recipients in the collection |
java.util.Collection |
getRecipients(RecipientId selector)
Return possible empty collection with recipients matching the passed in RecipientId |
java.util.Iterator |
iterator()
Support method for Iterable where available. |
int |
size()
Return the number of recipients in the collection. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RecipientInformationStore(RecipientInformation recipientInformation)
recipientInformation
- the signer information to contain.public RecipientInformationStore(java.util.Collection recipientInfos)
Method Detail |
public RecipientInformation get(RecipientId selector)
selector
- to identify a recipient
public int size()
public java.util.Collection getRecipients()
public java.util.Collection getRecipients(RecipientId selector)
selector
- a recipient id to select against.
public java.util.Iterator iterator()
iterator
in interface org.bouncycastle.util.Iterable
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |