Home
last modified time | relevance | path

Searched defs:parseClientHello (Results 1 – 2 of 2) sorted by relevance

/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/tlswire/
DTlsTester.java39 public static ClientHello parseClientHello(byte[] data) throws Exception { in parseClientHello() method in TlsTester
43 private static ClientHello parseClientHello(TlsRecord record) throws Exception { in parseClientHello() method in TlsTester
/external/conscrypt/testing/src/main/java/org/conscrypt/tlswire/
DTlsTester.java35 public static ClientHello parseClientHello(byte[] data) throws Exception { in parseClientHello() method in TlsTester
39 private static ClientHello parseClientHello(TlsRecord record) throws Exception { in parseClientHello() method in TlsTester