Searched defs:TLS (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/org/apache/http/conn/ssl/
H A DSSLSocketFactory.java59 * Layered socket factory for TLS/SSL connections, based on JSSE.
145 public static final String TLS = "TLS"; field in class:SSLSocketFactory
193 algorithm = TLS;
215 this(TLS, keystore, keystorePassword, truststore, null, null);
221 this(TLS, keystore, keystorePassword, null, null, null);
227 this(TLS, null, null, truststore, null, null);
354 * This factory creates TLS/SSL socket connections
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiEnterpriseConfig.java268 public static final int TLS = 1; field in class:WifiEnterpriseConfig.Eap
283 { "PEAP", "TLS", "TTLS", "PWD", "SIM", "AKA", "AKA'", "WFA-UNAUTH-TLS" };
376 if (mEapMethod != Eap.TLS && mPhase2Method != Phase2.NONE) {
420 * @param eapMethod is one {@link Eap#PEAP}, {@link Eap#TLS}, {@link Eap#TTLS} or
427 case Eap.TLS:

Completed in 766 milliseconds