Searched refs:sslcontext (Results 1 – 1 of 1) sorted by relevance
182 private final SSLContext sslcontext; field in SSLSocketFactory211 this.sslcontext = SSLContext.getInstance(algorithm); in SSLSocketFactory()212 this.sslcontext.init(keymanagers, trustmanagers, random); in SSLSocketFactory()213 this.socketfactory = this.sslcontext.getSocketFactory(); in SSLSocketFactory()247 this.sslcontext = null; in SSLSocketFactory()260 this.sslcontext = null; in SSLSocketFactory()