get Secret
abstract suspend fun getSecret( name: String, keyId: String?, secretKey: SsssKeySpec): String
Content copied to clipboard
Get an encrypted secret from the shared storage.
Parameters
name
The name of the secret
key Id
The id of the key that should be used to decrypt (null for default key)
secret Key
the secret key to use (@see #RawBytesKeySpec)