Searched defs:byteArray (Results 1 – 14 of 14) sorted by relevance
111 public static String byteArrayToHexString(byte[] byteArray) { in byteArrayToHexString()177 public static int byteArrayToInt(byte[] byteArray) { in byteArrayToInt()
39 public static BigInteger unsignedByteArrayToBigInteger(byte[] byteArray) { in unsignedByteArrayToBigInteger()
193 val byteArray = ByteArray(1) { 3 } in firstEnrollmentSucceeds_noKeyChallenge() constant211 val byteArray = ByteArray(1) { 3 } in firstEnrollment_succeeds() constant
29 public static boolean isAsciiPrintable(byte[] byteArray) { in isAsciiPrintable()
111 public static String stringFromByteArray(byte[] byteArray) { in stringFromByteArray()
45 ByteArrayWrapper(byte[] byteArray) { in ByteArrayWrapper()
127 private String byteArrayToString(byte[] byteArray) { in byteArrayToString()
33 private final byte[] byteArray = new byte[8]; field in CountedDataInputStream
174 protected static int byteArrayToInteger(byte[] byteArray) { in byteArrayToInteger()
131 val byteArray = byteArrayOf(5, 3, 2) in testGenerateChallenge() constant
831 public static boolean isByteArrayAllZero(byte[] byteArray) { in isByteArrayAllZero()
347 Byte[] byteArray = list.toArray(new Byte[list.size()]); in arrayListToByteArray() local
1188 private static ArrayList<Byte> byteArrayToList(byte[] byteArray) { in byteArrayToList()
1923 public void resetWithByteArray(ParsableByteArray byteArray, long length) { in resetWithByteArray()