A C D E G H I P R S U 

A

apply() - Method in class com.securepreferences.SecurePreferences.Editor
 
apply() - Method in class com.securepreferences.SecurePreferencesOld.Editor
Deprecated.
 

C

clear() - Method in class com.securepreferences.SecurePreferences.Editor
 
clear() - Method in class com.securepreferences.SecurePreferencesOld.Editor
Deprecated.
 
com.securepreferences - package com.securepreferences
 
commit() - Method in class com.securepreferences.SecurePreferences.Editor
 
commit() - Method in class com.securepreferences.SecurePreferencesOld.Editor
Deprecated.
 
contains(String) - Method in class com.securepreferences.SecurePreferences
 
contains(String) - Method in class com.securepreferences.SecurePreferencesOld
Deprecated.
 

D

destroyKeys() - Method in class com.securepreferences.SecurePreferences
nulls in memory keys

E

edit() - Method in class com.securepreferences.SecurePreferences
 
edit() - Method in class com.securepreferences.SecurePreferencesOld
Deprecated.
 

G

getAll() - Method in class com.securepreferences.SecurePreferences
 
getAll() - Method in class com.securepreferences.SecurePreferencesOld
Deprecated.
 
getBoolean(String, boolean) - Method in class com.securepreferences.SecurePreferences
 
getBoolean(String, boolean) - Method in class com.securepreferences.SecurePreferencesOld
Deprecated.
 
getFloat(String, float) - Method in class com.securepreferences.SecurePreferences
 
getFloat(String, float) - Method in class com.securepreferences.SecurePreferencesOld
Deprecated.
 
getInt(String, int) - Method in class com.securepreferences.SecurePreferences
 
getInt(String, int) - Method in class com.securepreferences.SecurePreferencesOld
Deprecated.
 
getLong(String, long) - Method in class com.securepreferences.SecurePreferences
 
getLong(String, long) - Method in class com.securepreferences.SecurePreferencesOld
Deprecated.
 
getString(String, String) - Method in class com.securepreferences.SecurePreferences
 
getString(String, String) - Method in class com.securepreferences.SecurePreferencesOld
Deprecated.
 
getStringSet(String, Set<String>) - Method in class com.securepreferences.SecurePreferences
 
getStringSet(String, Set<String>) - Method in class com.securepreferences.SecurePreferencesOld
Deprecated.
 
getStringUnencrypted(String, String) - Method in class com.securepreferences.SecurePreferencesOld
Deprecated.
Added to get a values as as it can be useful to store values that are already encrypted and encoded
getUnencryptedString(String, String) - Method in class com.securepreferences.SecurePreferences
Added to get a values as as it can be useful to store values that are already encrypted and encoded

H

handlePasswordChange(String, Context) - Method in class com.securepreferences.SecurePreferences
Cycle through the unencrypt all the current prefs to mem cache, clear, then encypt with key generated from new password.
hashPrefKey(String) - Static method in class com.securepreferences.SecurePreferences
The Pref keys must be same each time so we're using a hash to obscure the stored value

I

isLoggingEnabled() - Static method in class com.securepreferences.SecurePreferences
 
isLoggingEnabled() - Static method in class com.securepreferences.SecurePreferencesOld
Deprecated.
 

P

putBoolean(String, boolean) - Method in class com.securepreferences.SecurePreferences.Editor
 
putBoolean(String, boolean) - Method in class com.securepreferences.SecurePreferencesOld.Editor
Deprecated.
 
putFloat(String, float) - Method in class com.securepreferences.SecurePreferences.Editor
 
putFloat(String, float) - Method in class com.securepreferences.SecurePreferencesOld.Editor
Deprecated.
 
putInt(String, int) - Method in class com.securepreferences.SecurePreferences.Editor
 
putInt(String, int) - Method in class com.securepreferences.SecurePreferencesOld.Editor
Deprecated.
 
putLong(String, long) - Method in class com.securepreferences.SecurePreferences.Editor
 
putLong(String, long) - Method in class com.securepreferences.SecurePreferencesOld.Editor
Deprecated.
 
putString(String, String) - Method in class com.securepreferences.SecurePreferences.Editor
 
putString(String, String) - Method in class com.securepreferences.SecurePreferencesOld.Editor
Deprecated.
 
putStringNoEncrypted(String, String) - Method in class com.securepreferences.SecurePreferencesOld.Editor
Deprecated.
This is useful for storing values that have be encrypted by something else
putStringSet(String, Set<String>) - Method in class com.securepreferences.SecurePreferences.Editor
 
putStringSet(String, Set<String>) - Method in class com.securepreferences.SecurePreferencesOld.Editor
Deprecated.
 
putUnencryptedString(String, String) - Method in class com.securepreferences.SecurePreferences.Editor
This is useful for storing values that have be encrypted by something else or for testing

R

registerOnSharedPreferenceChangeListener(SharedPreferences.OnSharedPreferenceChangeListener) - Method in class com.securepreferences.SecurePreferences
 
registerOnSharedPreferenceChangeListener(SharedPreferences.OnSharedPreferenceChangeListener, boolean) - Method in class com.securepreferences.SecurePreferences
 
registerOnSharedPreferenceChangeListener(SharedPreferences.OnSharedPreferenceChangeListener) - Method in class com.securepreferences.SecurePreferencesOld
Deprecated.
 
registerOnSharedPreferenceChangeListener(SharedPreferences.OnSharedPreferenceChangeListener, boolean) - Method in class com.securepreferences.SecurePreferencesOld
Deprecated.
 
remove(String) - Method in class com.securepreferences.SecurePreferences.Editor
 
remove(String) - Method in class com.securepreferences.SecurePreferencesOld.Editor
Deprecated.
 

S

SecurePreferences - Class in com.securepreferences
Wrapper class for Android's SharedPreferences interface, which adds a layer of encryption to the persistent storage and retrieval of sensitive key-value pairs of primitive data types.
SecurePreferences(Context) - Constructor for class com.securepreferences.SecurePreferences
User password defaults to app generated password that's stores obfucated with the other preference values.
SecurePreferences(Context, String, String) - Constructor for class com.securepreferences.SecurePreferences
 
SecurePreferences(Context, AesCbcWithIntegrity.SecretKeys, String) - Constructor for class com.securepreferences.SecurePreferences
 
SecurePreferences.Editor - Class in com.securepreferences
Wrapper for Android's SharedPreferences.Editor.
SecurePreferencesOld - Class in com.securepreferences
Deprecated.
SecurePreferencesOld(Context) - Constructor for class com.securepreferences.SecurePreferencesOld
Deprecated.
Constructor.
SecurePreferencesOld.Editor - Class in com.securepreferences
Deprecated.
Wrapper for Android's SharedPreferences.Editor.
setLoggingEnabled(boolean) - Static method in class com.securepreferences.SecurePreferences
 
setLoggingEnabled(boolean) - Static method in class com.securepreferences.SecurePreferencesOld
Deprecated.
 

U

unregisterOnSharedPreferenceChangeListener(SharedPreferences.OnSharedPreferenceChangeListener) - Method in class com.securepreferences.SecurePreferences
 
unregisterOnSharedPreferenceChangeListener(SharedPreferences.OnSharedPreferenceChangeListener) - Method in class com.securepreferences.SecurePreferencesOld
Deprecated.
 
A C D E G H I P R S U