Eclipse Platform
Release 3.4

Uses of Class
org.eclipse.equinox.security.storage.StorageException

Packages that use StorageException
org.eclipse.equinox.security.storage Equinox secure storage Package Specification This package provides an infrastructure and helper utilities for the Equinox secure storage.  
 

Uses of StorageException in org.eclipse.equinox.security.storage
 

Methods in org.eclipse.equinox.security.storage that throw StorageException
 void ISecurePreferences.put(String key, String value, boolean encrypt)
          Stores a value associated with the key in this node.
 String ISecurePreferences.get(String key, String def)
          Retrieves 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.
 int ISecurePreferences.getInt(String key, int def)
          Retrieves 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.
 long ISecurePreferences.getLong(String key, long def)
          Retrieves 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.
 boolean ISecurePreferences.getBoolean(String key, boolean def)
          Retrieves 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.
 float ISecurePreferences.getFloat(String key, float def)
          Retrieves 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.
 double ISecurePreferences.getDouble(String key, double def)
          Retrieves 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.
 byte[] ISecurePreferences.getByteArray(String key, byte[] 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.
 


Eclipse Platform
Release 3.4

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.