Uses of Class
org.eclipse.equinox.security.storage.StorageException
Packages that use StorageException
-
Uses of StorageException in org.eclipse.equinox.security.storage
Methods in org.eclipse.equinox.security.storage that throw StorageExceptionModifier and TypeMethodDescriptionRetrieves a value associated with the key in this node.booleanISecurePreferences.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.doubleRetrieves a value associated with the key in this node.floatRetrieves a value associated with the key in this node.intRetrieves a value associated with the key in this node.longRetrieves a value associated with the key in this node.booleanISecurePreferences.isEncrypted(String key) Specifies if value associated with the key is encrypted.voidStores a value associated with the key in this node.voidISecurePreferences.putBoolean(String key, boolean value, boolean encrypt) Stores a value associated with the key in this node.voidISecurePreferences.putByteArray(String key, byte[] value, boolean encrypt) Stores a value associated with the key in this node.voidStores a value associated with the key in this node.voidStores a value associated with the key in this node.voidStores a value associated with the key in this node.voidStores a value associated with the key in this node.