I am generating a CSR (certificate signing request) using code without an issue with the appropriate information. I need pointers to figure out how to read the CSR content using Java and/or BouncyCastle.
Any pointers or ideas are appreciated.
I am generating a CSR (certificate signing request) using code without an issue with the appropriate information. I need pointers to figure out how to read the CSR content using Java and/or BouncyCastle.
Any pointers or ideas are appreciated.
Figured it out:
Here is the code: