SDMPersistence class

Syntax

public class SDMPersistence extends ISDMPersistence, ISDMPreferenceChangeListener

Members

All members of SDMPersistence, including inherited members.

Variables
Modifier and Type Variable Description
protected ActivityManager activityManager  
protected int bufferSize  
protected static final String CACHE_KEY  
protected File defaultFolder  
protected SDMEncryptDecrypt encDec  
static Object lockObject  
protected ISDMLogger logger  
protected String mCipherTransformation  
protected Integer mLogLevel  
protected static final String mLogTag  
protected static final String SECURE_POSTFIX  
protected Boolean secureMode  
Constructors Methods
Modifier and Type Method Description
public void clear() Deprecated.
protected void deleteFiles(final boolean)  
public static byte[] generateSecretKey() Deprecated.
public static byte[] generateSecretKey(String) Deprecated.
public boolean isDataPersisted(String) Deprecated.
protected boolean isValidKey(String)  
public InputStream loadDataStream(String) Deprecated.
public< T extends ISDMPersistable > boolean loadObject(String, T) Deprecated.
public byte[] loadRawData(String) Deprecated.
public boolean loadSDMCache(ISDMCache) Deprecated.
public boolean loadSDMCache(String, ISDMCache) Deprecated.
public void onPreferenceChanged(String, Object) Deprecated.
public boolean removeData(String) Deprecated.
public boolean removeSDMCache() Deprecated.
public boolean removeSDMCache(String) Deprecated.
public void setEncryptionKey(byte[], String) Deprecated.
public void storeDataStream(String, InputStream) Deprecated.
public void storeObject(String, ISDMPersistable) Deprecated.
public void storeRawData(String, byte[]) Deprecated.
public void storeSDMCache(ISDMCache) Deprecated.
public void storeSDMCache(String, ISDMCache) Deprecated.