Package org. matrix. android. sdk. api. securestorage
Types
Link copied to clipboard
class SecretStoringUtils @Inject constructor( context: Context, keyStore: KeyStore, buildVersionSdkIntProvider: BuildVersionSdkIntProvider, keyNeedsUserAuthentication: Boolean = false)
Content copied to clipboard
Offers simple methods to securely store secrets in an Android Application. The encryption keys are randomly generated and securely managed by the key store, thus your secrets are safe. You only need to remember a key alias to perform encrypt/decrypt operations.
Link copied to clipboard