Package com.sap.cloud.mobile.foundation.securestore
See: Description
-
Class Summary Class Description BackingStoreException Signals that an error occurred during SecureDatabaseResultSet or SecureDatabaseStore operations. TransactionFailureException Signals that an error occurred during database transaction related operations. FileClosedException Signals that an operation is attempted when the associated SecureDatabaseResultSet, SecureDatabaseStore, or SecureKeyValueStore has been closed. TypeConversionException Signals that an error occurred when converting data types during operations of SecureKeyValueStore, SecureDatabaseStore, or SecureDatabaseResultSet. SecurePreferenceDataStore A PreferenceDataStoreimplementation encrypts contents using 256-bit AES encryption, and is provided to thePreferenceframework via setPreferenceDataStore.SecureKeyValueStore The SecureKeyValueStore is used to persist key-value pairs using an encrypted backing store. OpenFailureException Signals that an error occurred when opening the Secure Database. SecureDatabaseResultSet Executing a SQL query returns a SecureDatabaseResultSetobject.FileMissingException Signals that underlying persistence store file does not exist. SecureDatabaseStore -
Interface Summary Interface Description CreateDatabaseCallback This interface is used to provide callback methods to create or update database objects when instantiating Secure Database Store via SecureDatabaseStore.