Class | Description |
---|---|
MifareDesfire |
Provides access to MIFARE DESFire properties and I/O operations on an IsoDep
Tag object.
|
MifarePlusSL3 |
Provides access to Mifare Plus tag in security level 3 and I/O operations on
an IsoDep Tag object.
|
MifareSam |
Provides access to MIFARE SAM properties and I/O operations on an SAM object.
|
PassThruApduProcessor |
This class is designed for the NFC applications to perform secure communication with the
contact-less secure cards (tags) at the low level protocol.
|
SamBase |
SamBase is the base class for all the SAM technologies supported.
|
SamDiverseParams |
SAM diversification parameters
|
SamKey |
Samkey class will be assigned with the keys present on the MifareSam and used
for the authentication purpose.
|
SecureNfcManager |
This class provides access to obtain the object to communicate with the
Secure Access Module (SAM).
|
TagTechBase |
TagTechBase class allows the applications to register to get the status
notification via callbacks.
|
Enum | Description |
---|---|
MifareDesfire.AuthenticateType |
Authentication mode.
|
MifareDesfire.CreditType | |
MifareDesfire.FileCommMode |
File Communication Mode.
|
MifareDesfire.FileIDType | |
MifareDesfire.FileType | |
MifareDesfireResults | |
MifarePlusSL3Results | |
MifareSam.ProtectionMode |
Protection mode
|
MifareSam.SamMode |
SAM modes
|
MifareSamResults |
Defines all the error codes the MifareSAM APIs returns.
|
PassThruApduProcessor.ProtocolType |
Communication protocol between a SAM and tag.
|
PassThruApduProcessor.VersionType |
The enum to get the Smart Card stack and connected Smart Card versions.
|
PassThruApduResults |
APDU Service errors
|
SecureNfcManager.SamType |
Supported SAM types.
|
SecureNfcManager.TagTechType |
NFC tag types.
|
SecureNfcResults |
Exception | Description |
---|---|
MifareDesfireExpection |
The methods of MifareDesfire object throw a MifareDesfireException when an error
occurs.
|
MifarePlusSL3Exception |
The methods of MifarePlusSL3 object throw a MifarePlusSL3Exception when an error
occurs.
|
MifareSamException |
The methods of MifareSam object throw a MifareSamException when an error
occurs.
|
PassThruApduException |
The methods of PassThruApduProcessor object throw a PassThruApduException when an error
occurs.
|
SecureNfcException |
The methods of SecureNfcException object throw a SecureNfcException when an error
occurs.
|