Uses of Class
org.bouncycastle.cert.CertException
-
Packages that use CertException Package Description org.bouncycastle.cert Basic support package for handling and creating X.509 certificates, CRLs, and attribute certificates. -
-
Uses of CertException in org.bouncycastle.cert
Methods in org.bouncycastle.cert that throw CertException Modifier and Type Method Description boolean
X509AttributeCertificateHolder. isSignatureValid(ContentVerifierProvider verifierProvider)
Validate the signature on the attribute certificate in this holder.boolean
X509CertificateHolder. isSignatureValid(ContentVerifierProvider verifierProvider)
Validate the signature on the certificate in this holder.boolean
X509CRLHolder. isSignatureValid(ContentVerifierProvider verifierProvider)
Validate the signature on the CRL.
-