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 CRL Distribution point of Certificate in Ascii String

843811Jun 18 2007 — edited Jun 30 2007
Hi
i have to get the CRL Distribution point from the certificate.
i have to download the crl from the url in my application. fro that i need to read
get the URL for the CRL.
i am able to get the byte[] array of of the CRL Distribution Point. But dont know how to convert the byte array to Ascii format. so i can use it to create my URL.

i am using
byte[] byte_arr = cert.getExtensionValue("2.5.29.31");

please help.
its urgent.

if possible plz post code example.
thanks.

john
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 28 2007
Added on Jun 18 2007
1 comment
1,027 views