Package org.spongycastle.cert
Interface X509ContentVerifierProviderBuilder
- All Known Implementing Classes:
JcaX509ContentVerifierProviderBuilder
public interface X509ContentVerifierProviderBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbuild(org.spongycastle.asn1.x509.SubjectPublicKeyInfo validatingKeyInfo) build(X509CertificateHolder validatingKeyInfo)
-
Method Details
-
build
ContentVerifierProvider build(org.spongycastle.asn1.x509.SubjectPublicKeyInfo validatingKeyInfo) throws OperatorCreationException - Throws:
OperatorCreationException
-
build
ContentVerifierProvider build(X509CertificateHolder validatingKeyInfo) throws OperatorCreationException - Throws:
OperatorCreationException
-