KeyStoreRepository

Repository to store KeyStore

Inheritors

Functions

Link copied to clipboard
abstract fun delete(context: Context)
Link copied to clipboard
abstract fun exist(context: Context): Boolean
Link copied to clipboard
abstract fun getInputStream(context: Context): InputStream

Retrieve the InputStream of the KeyStore

Link copied to clipboard

Retrieve the Keystore Type, default to KeyStore.getDefaultType

Link copied to clipboard
abstract fun getOutputStream(context: Context): OutputStream

Retrieve the OutputStream of the KeyStore