I have a fairly basic question, but I haven't found the answer for that.
There is a certificate (called "authToken") which I have not too much information about.
I know:
- it's in X509 format
- I can get its public key
Now, from the public key, can I somehow extract the details of this certificate? Like the issuer, date, subject, etc?
Most preferably in Java, but I'm very open to anything else also.