HomeSort by relevance Sort by last modified time
    Searched refs:ConnectionStateSSLv3 (Results 1 - 2 of 2) sorted by null

  /libcore/crypto/src/main/java/org/conscrypt/
ConnectionStateSSLv3.java 36 public class ConnectionStateSSLv3 extends ConnectionState {
61 protected ConnectionStateSSLv3(SSLSessionImpl session) {
76 logger.println("ConnectionStateSSLv3.create:");
118 logger.println("ConnectionStateSSLv3: is_exportable");
SSLRecordProtocol.java 259 : (ConnectionState) new ConnectionStateSSLv3(getSession());

Completed in 106 milliseconds