| Package | Description |
|---|---|
| net.sf.scuba.smartcards |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
WrappingCardService.getATR() |
abstract byte[] |
CardService.getATR()
Gets the answer to reset.
|
int |
AbstractFileSystemStructured.getFileLength() |
FileInfo[] |
FileSystemStructured.getSelectedPath()
Identifies the currently selected file.
|
void |
WrappingCardService.open() |
abstract void |
CardService.open()
Opens a session with the card.
|
byte[] |
FileSystemStructured.readBinary(int offset,
int length)
Reads a fragment of the currently selected file.
|
void |
AbstractFileSystemStructured.selectAID(byte[] aid) |
void |
AbstractFileSystemStructured.selectDFRelative(short fid) |
void |
AbstractFileSystemStructured.selectEFRelative(short fid) |
void |
FileSystemStructured.selectFile(short fid)
Selects a file.
|
void |
AbstractFileSystemStructured.selectFile(short fid) |
void |
AbstractFileSystemStructured.selectMF() |
void |
AbstractFileSystemStructured.selectParent() |
void |
AbstractFileSystemStructured.selectPath(byte[] path) |
void |
AbstractFileSystemStructured.selectPathRelative(byte[] path) |
ResponseAPDU |
WrappingCardService.transmit(CommandAPDU capdu) |
abstract ResponseAPDU |
CardService.transmit(CommandAPDU commandAPDU)
Sends an APDU to the card.
|
| Constructor and Description |
|---|
CardFileInputStream(int maxBlockSize,
FileSystemStructured fs)
An input stream for reading from the currently selected file in the indicated file system.
|
ISOFileInfo(byte[] fileInfo) |
Copyright © 2023. All rights reserved.