Hi,
is there any way to get certificate detail from Public key... i had use bouncy castle jar for this but some how i cant better help to solve this problem.
please help me out urgently...
Hi,
is there any way to get certificate detail from Public key... i had use bouncy castle jar for this but some how i cant better help to solve this problem.
please help me out urgently...
You can use the openssl toolkit to inspect certificates:
$ openssl x509 -in /usr/share/ca-certificates/cacert.org/cacert.org.crt -text
Certificate:
Data:
Version: 3 (0x2)
Serial Number: 0 (0x0)
Signature Algorithm: md5WithRSAEncryption
...
If you need the results in another environment, you may need to give more details.