How to read certificate names from cacerts ?
843811Jun 17 2002 — edited Jun 18 2002Hi there,
we are using JSSE to encrypt communication using SSL between our client and server application.
Because we often have trouble that clients forget to import the certificate, I would like to check in my client application first, if there is a certificate with a certain name installed.
How can I do that from inside Java ?
regards Mike