FileDocCategorySizeDatePackage
Storage.javaAPI DocphoneME MR2 API (J2ME)1725Wed May 02 18:00:26 BST 2007com.sun.midp.publickeystore

Storage

public class Storage extends Object
Common constants for marking the type of stored fields.

Fields Summary
public static final byte
CURRENT_VERSION
Indicates the current version, increase the version if more types are added.
public static final byte
BINARY_TYPE
Indicates the stored field is a byte array.
public static final byte
STRING_TYPE
Indicates the stored field is a String.
public static final byte
LONG_TYPE
Indicates the stored field is a long.
public static final byte
BOOLEAN_TYPE
Indicates the stored field is a boolean.
Constructors Summary
Methods Summary