Package | Description |
---|---|
org.eclipse.equinox.security.storage |
Equinox secure storage
Package Specification
This package provides an infrastructure and helper utilities for the Equinox secure storage.
|
Modifier and Type | Method and Description |
---|---|
String |
ISecurePreferences.get(String key,
String def)
Retrieves a value associated with the key in this node.
|
boolean |
ISecurePreferences.getBoolean(String key,
boolean def)
Retrieves a value associated with the key in this node.
|
byte[] |
ISecurePreferences.getByteArray(String key,
byte[] def)
Retrieves a value associated with the key in this node.
|
double |
ISecurePreferences.getDouble(String key,
double def)
Retrieves a value associated with the key in this node.
|
float |
ISecurePreferences.getFloat(String key,
float def)
Retrieves a value associated with the key in this node.
|
int |
ISecurePreferences.getInt(String key,
int def)
Retrieves a value associated with the key in this node.
|
long |
ISecurePreferences.getLong(String key,
long def)
Retrieves a value associated with the key in this node.
|
boolean |
ISecurePreferences.isEncrypted(String key)
Specifies if value associated with the key is encrypted.
|
void |
ISecurePreferences.put(String key,
String value,
boolean encrypt)
Stores a value associated with the key in this node.
|
void |
ISecurePreferences.putBoolean(String key,
boolean value,
boolean encrypt)
Stores a value associated with the key in this node.
|
void |
ISecurePreferences.putByteArray(String key,
byte[] value,
boolean encrypt)
Stores a value associated with the key in this node.
|
void |
ISecurePreferences.putDouble(String key,
double value,
boolean encrypt)
Stores a value associated with the key in this node.
|
void |
ISecurePreferences.putFloat(String key,
float value,
boolean encrypt)
Stores a value associated with the key in this node.
|
void |
ISecurePreferences.putInt(String key,
int value,
boolean encrypt)
Stores a value associated with the key in this node.
|
void |
ISecurePreferences.putLong(String key,
long value,
boolean encrypt)
Stores a value associated with the key in this node.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.