Uses of Class
com.pi4j.crowpi.components.internal.rfid.MifareKey
Packages that use MifareKey
-
Uses of MifareKey in com.pi4j.crowpi.components.internal.rfid
Methods in com.pi4j.crowpi.components.internal.rfid that return MifareKeyModifier and TypeMethodDescriptionstatic MifareKeyMifareKey.getDefaultKeyA()Returns the default factory key (six times 0xFF) to be used asMifareKey.Type.KEY_A.static MifareKeyMifareKey.getDefaultKeyB()Returns the default factory key (six times 0xFF) to be used asMifareKey.Type.KEY_B.Methods in com.pi4j.crowpi.components.internal.rfid with parameters of type MifareKeyModifier and TypeMethodDescriptionprotected voidMFRC522.mifareAuth(MifareKey key, byte blockAddr, RfidCardUid uid) Authenticates the sector to which the specified block belongs for MIFARE PICCs.