open class KeyStoreWrapper
Wraps the critical functions around a Java KeyStore to better facilitate testing and instrumenting. |
|
open class Keystore
Manages data protection using a system-isolated cryptographic key. |
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 |