D | SSLSocketFactory.java | 145 public static final String TLS = "TLS"; field in SSLSocketFactory 193 algorithm = TLS; in SSLSocketFactory() 215 this(TLS, keystore, keystorePassword, truststore, null, null); in SSLSocketFactory() 221 this(TLS, keystore, keystorePassword, null, null, null); in SSLSocketFactory() 227 this(TLS, null, null, truststore, null, null); in SSLSocketFactory()
|