M
M
msdos92017-03-22 21:38:42
Java
msdos9, 2017-03-22 21:38:42

What libraries would you recommend for working with X.509 (.CER) certificate files in DER encoding?

I want to create a utility for printing certificate files (cer) according to a specific template. You need to open the certificate file and extract the value of all fields from there. What libraries can be used for this purpose? Interested in C ++ and JAVA (because I study them))).

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir Martyanov, 2017-03-22
@vilgeforce

OpenSSL look

N
Nick Smith, 2017-03-22
@Braidner

org.bouncycastle.bcprov-jdk14 Can work well with certificates.
X509CertImpl Also java natively knows how to work with them, only handles do more.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question