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

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
CertificateRequest.java 126 out.writeUint16(authoritiesLength);
128 out.writeUint16(encoded_principals[i].length);
HandshakeIODataStream.java 290 public void writeUint16(long n) {

Completed in 60 milliseconds