| Package | Description |
|---|---|
| com.scdroid.smartcard.protocol |
| Modifier and Type | Class and Description |
|---|---|
class |
T1BlockEDCErrorException
T1BlockEDCErrorException is thrown when length of byte array (raw data) is incorrect
|
class |
T1BlockLengthException
T1BlockLengthException is thrown when length of byte array (raw data) is incorrect
|
class |
T1BlockSequenceNumberErrorException |
class |
T1IOException
T1IOException is thrown when an IO error occurs in the T1 protocol
|
class |
T1TimeoutException
T1TimeoutException is thrown when an send- or receive-timeout occurs in the T1 protocol
|
class |
T1UnknownBlockException
T1UnknownBlockException is thrown when an IO error occurs in the T1 protocol
|
| Modifier and Type | Method and Description |
|---|---|
static T1Block |
T1BlockFactory.createIBlock(int sourceID,
int destID,
int edcAlg,
int sendSequenceNumber,
boolean moreDataBit,
byte[] data)
createIBlock
creates I-Block according to ISO7816-3
|
static T1Block |
T1BlockFactory.createRBlock(int sourceID,
int destID,
int edcAlg,
int sequenceNumber,
int errInfo)
createRBlock
creates R-Block according to ISO7816-3
|
static T1Block |
T1BlockFactory.createSBlock(int sourceID,
int destID,
int edcAlg,
int statusInfo,
byte[] data)
createSBlock
creates S-Block according to ISO7816-3
|
int |
T1Block.getControlBits()
getControlBits returns block-specific controlbits without the blocktype
|
int |
T1Block.getRequestedSequenceNumber() |
Copyright © 2025. All rights reserved.