Field Summary |
|
final static byte | DIR File type constant - dedicated file (DF). |
final static byte | EMPTY File attribute constant - EF is mostly empty . |
final static byte | PIN File type constant - DF where PINs reside, must be unique for
this implementation. |
final static byte | PrivateKeyFile File type constant - elementary file (EF) where private key
reside. |
final static byte | READ File type constant - EF with read permission. |
final static byte | UPDATE File type constant - EF with read/write permission. |
final static byte | WIM File type constant - root DF for WIM application. |
short | id File identifier. |
DFile | parent Parent DF. |
short | type File type. |