Class BcRSASignerInfoVerifierBuilder


  • public class BcRSASignerInfoVerifierBuilder
    extends java.lang.Object
    • Constructor Detail

      • BcRSASignerInfoVerifierBuilder

        public BcRSASignerInfoVerifierBuilder​(CMSSignatureAlgorithmNameGenerator sigAlgNameGen,
                                              org.bouncycastle.operator.SignatureAlgorithmIdentifierFinder sigAlgIdFinder,
                                              org.bouncycastle.operator.DigestAlgorithmIdentifierFinder digestAlgorithmFinder,
                                              org.bouncycastle.operator.DigestCalculatorProvider digestCalculatorProvider)
    • Method Detail

      • build

        public SignerInformationVerifier build​(org.bouncycastle.crypto.params.AsymmetricKeyParameter pubKey)
                                        throws org.bouncycastle.operator.OperatorCreationException
        Throws:
        org.bouncycastle.operator.OperatorCreationException