Uses of Class
com.pi4j.crowpi.components.internal.rfid.MifareKey
-
Uses of MifareKey in com.pi4j.crowpi.components.internal.rfid
Modifier 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
.Modifier and TypeMethodDescriptionprotected void
MFRC522.mifareAuth
(MifareKey key, byte blockAddr, RfidCardUid uid) Authenticates the sector to which the specified block belongs for MIFARE PICCs.