|
||||||||||
| 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)
|
|
| 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 |
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(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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||