Topic: Which APIs used for parse x509 PEM format certificate?
Hi,
I want to parse one user certificate(x509 PEM format) and retrieve public key and issuer information from this certificate.
Could you please help me to confirm which APIs used for this requirement?
I found there are have one named "ParseCert" function, but it seems only used for DER format and single key cert file.
Thank you in advance!