How-to articles, tricks, and solutions about CLIENT-CERTIFICATES
Java HTTPS client certificate authentication
To perform HTTPS client certificate authentication in Java, you can use the HttpsURLConnection class and the SSLSocketFactory class.