com.sap.mobile.lib.sdmpersistence
public class SDMPersistence implements ISDMPersistence, ISDMPreferenceChangeListener
All members of SDMPersistence, including inherited members.
Variables| Modifier and Type | Variable | Description |
|---|---|---|
| protected static final String | SECURE_POSTFIX | |
| protected static final String | CACHE_KEY | |
| protected static final String | mLogTag | |
| protected File | defaultFolder | |
| protected Boolean | secureMode | |
| protected ISDMLogger | logger | |
| protected Integer | mLogLevel | |
| protected SDMEncryptDecrypt | encDec | |
| protected String | mCipherTransformation | |
| protected int | bufferSize | |
| protected ActivityManager | activityManager |
| Modifier and Type | Constructor | Description |
|---|---|---|
| public | SDMPersistence(ISDMPreferences, ISDMLogger) | Deprecated. |
| public | SDMPersistence(ISDMPreferences, ISDMLogger, byte[], String) | Deprecated. |
| protected | SDMPersistence(ISDMPreferences, ISDMLogger, byte[], String, ActivityManager) |
| 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 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. |