| java.lang.Object com.sun.midp.publickeystore.Storage
All known Subclasses: com.sun.midp.publickeystore.InputStorage, com.sun.midp.publickeystore.OutputStorage,
Storage | public class Storage (Code) | | Common constants for marking the type of stored fields.
|
Field Summary | |
final public static byte | BINARY_TYPE Indicates the stored field is a byte array. | final public static byte | BOOLEAN_TYPE Indicates the stored field is a boolean. | final public static byte | CURRENT_VERSION Indicates the current version, increase the version if more types
are added. | final public static byte | LONG_TYPE Indicates the stored field is a long. | final public static byte | STRING_TYPE Indicates the stored field is a String. |
BINARY_TYPE | final public static byte BINARY_TYPE(Code) | | Indicates the stored field is a byte array.
|
BOOLEAN_TYPE | final public static byte BOOLEAN_TYPE(Code) | | Indicates the stored field is a boolean.
|
CURRENT_VERSION | final public static byte CURRENT_VERSION(Code) | | Indicates the current version, increase the version if more types
are added.
|
LONG_TYPE | final public static byte LONG_TYPE(Code) | | Indicates the stored field is a long.
|
STRING_TYPE | final public static byte STRING_TYPE(Code) | | Indicates the stored field is a String.
|
|
|