FileDocCategorySizeDatePackage
Storage.javaAPI DocJ2ME MIDP 2.0758Thu Nov 07 12:02:26 GMT 2002com.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.
Constructors Summary
Methods Summary