public class SignerInformationStore
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map |
table |
| Constructor and Description |
|---|
SignerInformationStore(java.util.Collection signerInfos) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public SignerInformationStore(java.util.Collection signerInfos)
public SignerInformation get(SignerId selector)
selector - to identify a signerpublic int size()
public java.util.Collection getSigners()
public java.util.Collection getSigners(SignerId selector)
selector - a signer id to select against.Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.