how to get CRL Distribution point of Certificate in Ascii String
843811Jun 18 2007 — edited Jun 30 2007Hi
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