| Interface | Description |
|---|---|
| APDUListener |
Specifies an event handler type to react to APDU events.
|
| APDUWrapper |
Wrapper interface for command APDU wrapping.
|
| CardTerminalListener |
Interface for card insertion and removal event observers.
|
| FileSystemStructured |
Interface for minimal ISO file systems.
|
| ISO7816 |
Constants interface for ISO 7816 (and friends).
|
| Class | Description |
|---|---|
| AbstractFileSystemStructured |
This class implements some basic file selection / reading / writing
routines from the ISO7816-4 standard.
|
| APDUEvent | |
| CardEvent |
Event for card insertion and removal.
|
| CardFileInputStream |
Inputstream for reading files on ISO 7816 file system cards.
|
| CardService |
Default abstract service.
|
| CommandAPDU |
A command APDU following the structure defined in ISO/IEC 7816-4.
|
| FileInfo |
File information, usually returned by a select command.
|
| ISOFileInfo |
TODO: Work in progess, very messy at the moment.
|
| ResponseAPDU |
A response APDU as defined in ISO/IEC 7816-4.
|
| WrappingCardService |
CardService for easy wrapping of APDU messages.
|
| Exception | Description |
|---|---|
| CardServiceException |
CardServiceExceptions are used to signal error Response APDUs , ie responses
different from 0x9000, but also low level errors.
|
Copyright © 2023. All rights reserved.