Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to get the CDP extention from a certificate?

843810Jun 4 2003 — edited Oct 29 2003
Hi, all

Who you all could tell me how can I get the CRL Distribution point(CDP) from a x509 certificate?

byte[] cdp = cert.getExtensionValue("2.5.29.31");
The cdp just is a DER-encoded object. how can I parse it?

Thanks!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 26 2003
Added on Jun 4 2003
1 comment
187 views