Snippets tagged “client-certificate-authentication”
1 snippet uses this tag.
- Java HTTPS client certificate authenticationJava
To perform HTTPS client certificate authentication in Java, you can use the HttpsURLConnection class and the SSLSocketFactory class.