How to get the CDP extention from a certificate?
843810Jun 4 2003 — edited Oct 29 2003Hi, 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!