Bouncy Castle Cryptography 1.71

org.bouncycastle.cms.bc
Class BcECSignerInfoVerifierBuilder

java.lang.Object
  |
  +--org.bouncycastle.cms.bc.BcECSignerInfoVerifierBuilder

public class BcECSignerInfoVerifierBuilder
extends java.lang.Object


Constructor Summary
BcECSignerInfoVerifierBuilder(CMSSignatureAlgorithmNameGenerator sigAlgNameGen, org.bouncycastle.operator.SignatureAlgorithmIdentifierFinder sigAlgIdFinder, org.bouncycastle.operator.DigestAlgorithmIdentifierFinder digestAlgorithmFinder, org.bouncycastle.operator.DigestCalculatorProvider digestCalculatorProvider)
           
 
Method Summary
 SignerInformationVerifier build(org.bouncycastle.crypto.params.AsymmetricKeyParameter pubKey)
           
 SignerInformationVerifier build(X509CertificateHolder certHolder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BcECSignerInfoVerifierBuilder

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

build

public SignerInformationVerifier build(X509CertificateHolder certHolder)
                                throws org.bouncycastle.operator.OperatorCreationException

build

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

Bouncy Castle Cryptography 1.71