public abstract class AbstractRequiredSignerStore
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.List<JsonWebSignature> |
requiredSigners |
Constructor and Description |
---|
AbstractRequiredSignerStore() |
Modifier and Type | Method and Description |
---|---|
java.util.List<JsonWebSignature> |
getRequiredSignersAuthorizedOver(java.lang.String handle) |
void |
loadSigners() |
boolean |
needsLoadSigners() |
protected boolean |
validateSelfSignedCert(JsonWebSignature cert) |
protected volatile java.util.List<JsonWebSignature> requiredSigners
public void loadSigners()
public boolean needsLoadSigners()
protected boolean validateSelfSignedCert(JsonWebSignature cert) throws TrustException
TrustException
public java.util.List<JsonWebSignature> getRequiredSignersAuthorizedOver(java.lang.String handle)