Provides classes and interfaces specific to BasicCard smart cards.
Classes
Class | Description | |
---|---|---|
![]() | AbstractBasicCardService |
AbstractBasicCardService gives protected access to all important predefined
BasicCard commands and supports custom command calls. Extend this for use by
your own service.
|
![]() | AbstractBasicCardService..::..AbstractBasicCardSelector |
Class implementing CardSelector. Recommended to use for checking
for desired BasicCard by validating ATR, ATR-History and/or
Application ID.
|
![]() | AbstractBasicCardService..::..BasicCardSelector |
Simple BasicCard selector, allow selection by ATR history,
or ApplicationID. By default all processor cards are accepted.
|
![]() | BasicCardCommand |
Input data to a BasicCard command call.
|
![]() | BasicCardResponse |
Output data from a BasicCard command call.
|
![]() | BasicCardService |
Public implementation from AbstractBasicCardService, exporting protected
functions as public.
|
![]() | BasicCardString |
BasicCard String class.
|
![]() | BasicCardStringN |
BasicCard String*N class.
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() | CryptAlgo |
BasicCard cryptographic algorithms for start encryption.
|
![]() | LoadSequencePhase |
Phase for load sequence.
|