public final class EncryptedSharedPreferences extends CryptoSharedPreferences
CryptoSharedPreferences.Editor
CIPHER_ALGORITHM_AES, CIPHER_ALGORITHM_DES, context, CRYPTO_AES, CRYPTO_DES, delegate, IV_LENGTH, PBE_ALGORITHM_AES, PBE_ALGORITHM_DES, RANDOM_ALGORITHM, SECRET_KEY_ITERATIONS, UTF8
Constructor and Description |
---|
EncryptedSharedPreferences(android.content.Context context,
android.content.SharedPreferences delegate) |
Modifier and Type | Method and Description |
---|---|
protected char[] |
getSpecialCode()
This should be replaced with a user input pass phrase or an externally
retrieved pass phrase if possible.
|
Set<String> |
getStringSet(String s,
Set<String> strings) |
contains, decrypt_AES, decrypt_DES, decrypt, edit, encrypt_AES, encrypt_DES, encrypt, getAll, getBoolean, getFloat, getInt, getLong, getString, registerOnSharedPreferenceChangeListener, unregisterOnSharedPreferenceChangeListener
public EncryptedSharedPreferences(android.content.Context context, android.content.SharedPreferences delegate)
protected char[] getSpecialCode()
getSpecialCode
in class CryptoSharedPreferences
Copyright © 2011–2014. All rights reserved.