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 203 String keyType = CipherSuite.getByName(enabledCipherSuite).getServerKeyType();
CipherSuite.java     [all...]
OpenSSLSocketImpl.java 291 String keyType = CipherSuite.getByName(enabledCipherSuite).getServerKeyType();
    [all...]
ServerHandshakeImpl.java 432 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 86 milliseconds