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

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLServerSocketImpl.java 209 String keyType = CipherSuite.getByName(enabledCipherSuite).getServerKeyType();
CipherSuite.java     [all...]
OpenSSLSocketImpl.java 301 String keyType = CipherSuite.getByName(enabledCipherSuite).getServerKeyType();
    [all...]
ServerHandshakeImpl.java 433 String certType = cipher_suite.getServerKeyType();
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
CipherSuiteTest.java 99 String keyType = cs.getServerKeyType();

Completed in 307 milliseconds