SecureStorageService

interface SecureStorageService

Functions

Link copied to clipboard
abstract fun <T> loadSecureSecret(inputStream: InputStream, keyAlias: String): T?
Link copied to clipboard
abstract fun securelyStoreObject(    any: Any,     keyAlias: String,     outputStream: OutputStream)