class KeystoreException : GeneralSecurityException
(source)
Exception type thrown by {@link Keystore} when an error is encountered that
is not otherwise covered by an existing sub-class to GeneralSecurityException
.
KeystoreException(message: String? = null, cause: Throwable? = null)
Exception type thrown by {@link Keystore} when an error is encountered that
is not otherwise covered by an existing sub-class to |