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

  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
ClientHello.java 104 cipher_suites[i] = CipherSuite.getByCode(b0, b1);
150 cipher_suites[i] = CipherSuite.getByCode(b0, b1, b2);
ServerHello.java 97 cipher_suite = CipherSuite.getByCode(b0, b1);
CipherSuite.java 361 public static CipherSuite getByCode(byte b1, byte b2) {
379 public static CipherSuite getByCode(byte b1, byte b2, byte b3) {

Completed in 28 milliseconds