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 MifareKey
MifareKey.getDefaultKeyA()
Returns the default factory key (six times 0xFF) to be used asMifareKey.Type.KEY_A
.static MifareKey
MifareKey.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 void
MFRC522.mifareAuth
(MifareKey key, byte blockAddr, RfidCardUid uid) Authenticates the sector to which the specified block belongs for MIFARE PICCs.