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

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
CipherSuite.java 88 static final int KEY_EXCHANGE_DHE_RSA_EXPORT = 6;
271 KEY_EXCHANGE_DHE_RSA_EXPORT, "RSA", "DES40_CBC", "SHA",
    [all...]
ServerHandshakeImpl.java 489 || cipher_suite.keyExchange == CipherSuite.KEY_EXCHANGE_DHE_RSA_EXPORT

Completed in 29 milliseconds