android-components / mozilla.components.lib.dataprotect

Package mozilla.components.lib.dataprotect

Types

KeyStoreWrapper

open class KeyStoreWrapper

Wraps the critical functions around a Java KeyStore to better facilitate testing and instrumenting.

Keystore

open class Keystore

Manages data protection using a system-isolated cryptographic key.

Exceptions

KeystoreException

class KeystoreException : GeneralSecurityException

Exception type thrown by {@link Keystore} when an error is encountered that is not otherwise covered by an existing sub-class to GeneralSecurityException.