InputStream stream = ClassLoader.getSystemResourceAsStream(FixedCertificates.CLIENT_STORE);
SSLContext context = Utilities.newSSLContext(stream,
FixedCertificates.CLIENT_PASSWD,
"PKCS12",
getAlgorithm());
context.init(null, new TrustManager[] {new X509TrustManager() {
public void checkClientTrusted(X509Certificate[] chain, String authType)
throws CertificateException {
}
public void checkServerTrusted(X509Certificate[] chain, String authType)