public interface SignerInformationVerifierProvider
| Modifier and Type | Method and Description |
|---|---|
SignerInformationVerifier |
get(SignerId sid)
Return a SignerInformationVerifierProvider suitable for the passed in SID.
|
SignerInformationVerifier get(SignerId sid) throws OperatorCreationException
sid - the SignerId we are trying to match for.OperatorCreationException - if creation of the verifier fails when it should suceed.