|
Bouncy Castle Cryptography 1.29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.cms.SignerInformationStore
public class SignerInformationStore
| Constructor Summary | |
|---|---|
SignerInformationStore(java.util.Collection signerInfos)
|
|
| 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 |
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(java.util.Collection signerInfos)
| 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.
|
Bouncy Castle Cryptography 1.29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||