Provides classes and interfaces specific to ISO7816 processor smart cards.
Classes
Class | Description | |
---|---|---|
![]() | AtrHistoryCardSelector |
Card selector to accept a smart card based on the cards history bytes.
|
![]() | CommandApdu |
Command APDU for ISO7816. CommandAPDUs are sent to the smart card.
|
![]() | ProcessorCardAtr |
ISO7816 compliant processor card ATR.
|
![]() | ProcessorCardSelector |
Card selector which accepts all (T=0/T=1) processor smart cards.
|
![]() | ResponseApdu |
Response APDU for ISO7816. Response APDUs are received from a smart card.
|
Interfaces
Interface | Description | |
---|---|---|
![]() | IApdu |
Base APDU interface for ISO7816.
|
![]() | ICommandAndResponseCrypt |
Encryption interface to encrypt and decrypt a command/response
before/after transmission to/from card
|