Hi All,
I am using "java.security.cert.X509Certificate" for the first time. I want to get CN, OU, O from a certificate, (DN names).
When I use "getIssuerDN()" method it is giving me entire string.
My question is how to parse each value from this string?.
Thanks in advance,
Mubeen.