public class SignerInformationStore extends Object
Constructor and Description |
---|
SignerInformationStore(Collection signerInfos) |
Modifier and Type | Method and Description |
---|---|
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.
|
public SignerInformationStore(Collection signerInfos)
public SignerInformation get(SignerId selector)
selector
- to identify a signerpublic int size()
public Collection getSigners()
public Collection getSigners(SignerId selector)
selector
- a signer id to select against.Copyright © 2015. All rights reserved.