|
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.SignerInformationStore
Constructor Summary | |
SignerInformationStore(java.util.Collection signerInfos)
Create a store containing a collection of SignerInformation objects. |
|
SignerInformationStore(SignerInformation signerInfo)
Create a store containing a single SignerInformation object. |
Method Summary | |
SignerInformation |
get(SignerId selector)
Return the first SignerInformation object that matches the passed in selector. |
java.util.Collection |
getSigners()
Return all signers in the collection |
java.util.Collection |
getSigners(SignerId selector)
Return possible empty collection with signers matching the passed in SignerId |
java.util.Iterator |
iterator()
Support method for Iterable where available. |
int |
size()
Return the number of signers in the collection. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SignerInformationStore(SignerInformation signerInfo)
signerInfo
- the signer information to contain.public SignerInformationStore(java.util.Collection signerInfos)
signerInfos
- a collection signer information objects to contain.Method Detail |
public SignerInformation get(SignerId selector)
selector
- to identify a signer
public int size()
public java.util.Collection getSigners()
public java.util.Collection getSigners(SignerId selector)
selector
- a signer 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 |