FileDocCategorySizeDatePackage
Data.javaAPI DocphoneME MR2 API (J2ME)37744Wed May 02 18:00:40 BST 2007com.sun.satsa.pkiapplet

Data

public class Data extends Object
This class contains WIM PINs, private keys and file system.

Fields Summary
static final byte
WIM_GENERIC_RSA_ID
Identifier for RSA generic SE.
static short
freeKeySlots
The number of keys that can be generated.
static short
newFileID
Identifier of file for new key.
static byte
newKeyID
Identifier for new key.
static short
freePINSlots
The number of PINs that can be added.
static byte
newPINID
Identifier of new PIN.
static byte
newPINRef
Reference of new PIN.
static final byte
PIN_G_ID
Identifier of PIN-G.
static final short
PINRecordSize
PIN record size.
static final short
PINLabelOffset
PIN label offset.
static short
newPINOffset
New PIN offset in AODF.
static byte[]
PINs
PINs.
static short
newPrivKeyOffset
Offset from start of the first empty entry in PrKDF.
static final short
privKeyRecordSize
The size of record in PrKDF.
static final short
privPINIDOffset
Offset of PIN identifier data in PrKDF record.
static final short
privHashOffset
Offset of key identifier data in PrKDF record.
static final short
privUsageOffset
Offset of usage field data in PrKDF record.
static final short
privKeyLengthOffset
Offset of key length in PrKDF record.
static short
newPubKeyOffset
Offset from start of the first empty entry in PrKDF.
static final short
pubKeyRecordSize
The size of record in PuKDF.
static final short
pubHashOffset
Offset of key identifier data in PuKDF record.
static final short
pubKeyLengthOffset
Offset of key length in PuKDF record.
static byte[]
PrivateKeys
Private keys.
static final short
AODFOffset
AODF data offset.
static final short
PrKDFOffset
PrKDF data offset.
static final short
PuKDFOffset
PuKDF data offset.
static byte[]
Files
Files.
Constructors Summary
Methods Summary