Interface SignerInformationVerifierProvider


  • public interface SignerInformationVerifierProvider
    • Method Detail

      • get

        SignerInformationVerifier get​(SignerId sid)
                               throws org.bouncycastle.operator.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:
        org.bouncycastle.operator.OperatorCreationException - if creation of the verifier fails when it should suceed.