Bouncy Castle Cryptography 1.64

org.bouncycastle.cert
Interface X509ContentVerifierProviderBuilder

All Known Implementing Classes:
JcaX509ContentVerifierProviderBuilder

public interface X509ContentVerifierProviderBuilder


Method Summary
 org.bouncycastle.operator.ContentVerifierProvider build(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo validatingKeyInfo)
           
 org.bouncycastle.operator.ContentVerifierProvider build(X509CertificateHolder validatingKeyInfo)
           
 

Method Detail

build

public org.bouncycastle.operator.ContentVerifierProvider build(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo validatingKeyInfo)
                                                        throws org.bouncycastle.operator.OperatorCreationException

build

public org.bouncycastle.operator.ContentVerifierProvider build(X509CertificateHolder validatingKeyInfo)
                                                        throws org.bouncycastle.operator.OperatorCreationException

Bouncy Castle Cryptography 1.64