Bouncy Castle Cryptography Library 1.79

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, SignatureAlgorithmIdentifierFinder sigAlgIdFinder, DigestAlgorithmIdentifierFinder digestAlgorithmFinder, 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,
                                     SignatureAlgorithmIdentifierFinder sigAlgIdFinder,
                                     DigestAlgorithmIdentifierFinder digestAlgorithmFinder,
                                     DigestCalculatorProvider digestCalculatorProvider)
Method Detail

build

public SignerInformationVerifier build(X509CertificateHolder certHolder)
                                throws OperatorCreationException

build

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

Bouncy Castle Cryptography Library 1.79