Searched defs:macArray (Results 1 – 2 of 2) sorted by relevance
138 public static String macAddressFromByteArray(byte[] macArray) { in macAddressFromByteArray()177 public static Long macAddressToLong(byte[] macArray) { in macAddressToLong()
102 …ate boolean verifyMac(@Nullable byte[] cipherArray, @Nullable byte[] iv, @Nullable byte[] macArray) in verifyMac()