Searched defs:octets (Results 1 – 5 of 5) sorted by relevance
195 private static byte[] bytesToHexBytes(byte[] octets) { in bytesToHexBytes()199 private static String bytesToHex(byte[] octets) { in bytesToHex()
44 public final ByteArrayOutputStream octets = new ByteArrayOutputStream(32); field in WifiSsid
396 int octets = msgBody.length() * 2; in calcUnicodeEncodingDetails() local
163 public static String toHex(byte[] octets) { in toHex()
165 public static String toHex(byte[] octets) { in toHex()