Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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
  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.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

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


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire