Key Value Storage Interface
Interface defining the contract for a key-value storage system.
This interface provides methods for securely storing, retrieving, updating, and deleting data in a key-value format. The implementation details are platform-specific and adhere to secure data storage practices.
Inheritors
Functions
Deletes the value associated with the provided key from the secure local storage.
Deletes the data associated with the specified key from the secure local storage.
Deletes all key-value pairs stored in the secure local storage.
Checks if the specified key exists in the secure key-value storage.
Retrieves the value associated with the specified key from the secure local storage.
Retrieves the value associated with the given key from the key-value storage.
Stores a byte array value in the secure key-value storage associated with the given key.
Stores a Double value associated with the specified KeyValueStorageKeys.
Stores a key-value pair in the secure local storage.
Stores an integer value associated with a specified key in secure local storage.
Stores the given key-value pair in the secure storage.