-
class
Collision exception for the RFID component based on
RfidException
.
class
class
Unsupported card exception for the RFID component based on
RfidException
.
-
Selects a single PICC and transitions it from READY to ACTIVE state, then returns an appropriate
RfidCard
instance.
protected void
Authenticates the sector to which the specified block belongs for MIFARE PICCs.
protected byte[]
Reads the specified block from a MIFARE PICC using PiccCommand.MF_READ
.
protected void
Writes the specified amount of data using PiccCommand.MF_WRITE
to a MIFARE PICC.
protected byte[]
Reads all available blocks from the card and returns a byte array.
protected abstract byte[]
Reads all available blocks from the card and returns a byte array.
Reads a single Java object from the card without casting the result into a more-specific type.
<T> T
Reads a single Java object from the card by deserializing a GZIP-compressed byte stream previously written onto the card.
Selects a single PICC by executing the ANTICOLLISION and SELECT procedure according to ISO 14443.
void
Uninitializes the currently active card by sending it back into HALT state and stopping encrypted communication.
protected void
Writes the given data to the card, using as many blocks as needed.
protected abstract void
Writes the given data to the card, using as many blocks as needed.
void
Stores a single Java object onto the card by serializing the passed object and writing a GZIP-compressed byte stream.