Package com.sap.cloud.mobile.foundation.securestore
See: Description
-
Class Summary Class Description BackingStoreException Signals that an error occurred during SecureDatabaseResultSet or SecureDatabaseStore operations. SecurePreferenceDataStore A PreferenceDataStoreimplementation encrypts contents using 256-bit AES encryption, and is provided to thePreferenceframework via setPreferenceDataStore.TypeConversionException Signals that an error occurred when converting data types during operations of SecureKeyValueStore, SecureDatabaseStore, or SecureDatabaseResultSet. FileMissingException Signals that underlying persistence store file does not exist. SecureDatabaseResultSet Executing a SQL query returns a SecureDatabaseResultSetobject.OpenFailureException Signals that an error occurred when opening the Secure Database. 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. SecureKeyValueStore The SecureKeyValueStore is used to persist key-value pairs using an encrypted backing store. 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.