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