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

  /external/conscrypt/testing/src/main/java/libcore/tlswire/record/
TlsRecord.java 25 public class TlsRecord {
29 public static TlsRecord read(DataInput in) throws IOException {
30 TlsRecord result = new TlsRecord();
  /libcore/support/src/test/java/libcore/tlswire/record/
TlsRecord.java 26 public class TlsRecord {
31 public static TlsRecord read(DataInput in) throws IOException {
32 TlsRecord result = new TlsRecord();

Completed in 80 milliseconds