Is Bouncy Castle still using CRL to validate certificate validity? #1863
Unanswered
onepeople158
asked this question in
Q&A
Replies: 1 comment
-
Yes, see Java's CertPath API. The support classes (as in the public ones) are in java.security.cert. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello developer, while researching the Bouncy Castle API, I found that the class X509CRLObject has been enabled, and I saw the message "Do not use this class directly - either use org.bouncycastle.cert (bcpkix) or CertificateFactory." After further investigation, I did not find org.bouncycastle.cert (bcpkix). Does Bouncy Castle still have an API for CRL validation?
Beta Was this translation helpful? Give feedback.
All reactions