org.bouncycastle.cms
public class SignerInformationStore extends Object
| Constructor Summary | |
|---|---|
| SignerInformationStore(Collection signerInfos) | |
| Method Summary | |
|---|---|
| SignerInformation | get(SignerId selector)
Return the first SignerInformation object that matches the
passed in selector. |
| Collection | getSigners()
Return all signers in the collection
|
| 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.
|
Parameters: selector to identify a signer
Returns: a single SignerInformation object. Null if none matches.
Returns: a collection of signers.
Parameters: selector a signer id to select against.
Returns: a collection of SignerInformation objects.
Returns: number of signers identified.