public class ISOFileInfo extends FileInfo
| Modifier and Type | Field and Description |
|---|---|
static byte |
A0 |
static byte |
A1 |
static byte |
A2 |
static byte |
A5 |
static byte |
AB |
static byte |
AC |
static byte |
CHANNEL_SECURITY |
static byte |
DATA_BYTES1 |
static byte |
DATA_BYTES2 |
static byte |
DF_NAME |
static byte |
ENV_TEMP_EF |
static byte |
FCI_BYTE
This class reflects the File Control Parameters included in the FCI as described in ISO7816-4 in Table 12
|
static byte |
FCI_EXT |
static byte |
FCP_BYTE |
static byte |
FILE_DESCRIPTOR |
static byte |
FILE_IDENTIFIER |
static byte |
FMD_BYTE |
static byte |
LCS_BYTE |
static byte |
PROP_INFO |
static byte |
SECURITY_ATTR_COMPACT |
static byte |
SECURITY_ATTR_EXP |
static byte |
SECURITY_ATTR_PROP |
static byte |
SHORT_EF |
| Constructor and Description |
|---|
ISOFileInfo(byte[] fileInfo) |
| Modifier and Type | Method and Description |
|---|---|
short |
getFID()
Returns the file length of the file.
|
int |
getFileLength()
Returns the file length of the file.
|
byte[] |
getFormatted() |
String |
toString() |
public static final byte FCI_BYTE
public static final byte FMD_BYTE
public static final byte FCP_BYTE
public static final byte DATA_BYTES1
public static final byte DATA_BYTES2
public static final byte FILE_DESCRIPTOR
public static final byte FILE_IDENTIFIER
public static final byte DF_NAME
public static final byte PROP_INFO
public static final byte SECURITY_ATTR_PROP
public static final byte FCI_EXT
public static final byte SHORT_EF
public static final byte LCS_BYTE
public static final byte SECURITY_ATTR_EXP
public static final byte SECURITY_ATTR_COMPACT
public static final byte ENV_TEMP_EF
public static final byte CHANNEL_SECURITY
public static final byte A0
public static final byte A1
public static final byte A2
public static final byte A5
public static final byte AB
public static final byte AC
public ISOFileInfo(byte[] fileInfo)
throws CardServiceException
CardServiceExceptionpublic byte[] getFormatted()
public short getFID()
public int getFileLength()
getFileLength in class FileInfoCopyright © 2020. All rights reserved.