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)
|
build
org.bouncycastle.operator.ContentVerifierProvider build(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo validatingKeyInfo)
throws org.bouncycastle.operator.OperatorCreationException
- Throws:
org.bouncycastle.operator.OperatorCreationException
build
org.bouncycastle.operator.ContentVerifierProvider build(X509CertificateHolder validatingKeyInfo)
throws org.bouncycastle.operator.OperatorCreationException
- Throws:
org.bouncycastle.operator.OperatorCreationException