Is Bouncy Castle still using CRL to validate certificate validity? #1863
Unanswered
onepeople158
asked this question in
Q&A
Replies: 1 comment 5 replies
-
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.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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