Package org.bouncycastle.cms
Interface SignerInformationVerifierProvider
- 
public interface SignerInformationVerifierProvider 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SignerInformationVerifierget(SignerId sid)Return a SignerInformationVerifierProvider suitable for the passed in SID. 
 - 
 
- 
- 
Method Detail
- 
get
SignerInformationVerifier get(SignerId sid) throws OperatorCreationException
Return a SignerInformationVerifierProvider suitable for the passed in SID.- Parameters:
 sid- the SignerId we are trying to match for.- Returns:
 - a verifier if one is available, null otherwise.
 - Throws:
 OperatorCreationException- if creation of the verifier fails when it should suceed.
 
 - 
 
 -