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