Searched defs:concatByteArrays (Results 1 – 3 of 3) sorted by relevance
145 public static byte[] concatByteArrays(@Nullable byte[] a, @Nullable byte[] b) { in concatByteArrays() method in ByteUtils
387 private static byte[] concatByteArrays(@NonNull byte[] a, @NonNull byte[] b) { in concatByteArrays() method in Ukey2EncryptionRunner
266 public static byte[] concatByteArrays(@Nullable byte[] a, @Nullable byte[] b) { in concatByteArrays() method in Utils