KeyInvalidatedException

Exception thrown when trying to use a key which has been invalidated.

For example, this can happen with AndroidKeystoreSecureArea keys with user authentication required and when the LSKF was removed from a device.

Constructors

Link copied to clipboard
constructor()

Construct a new exception.

constructor(message: String)

Construct a new exception.

constructor(message: String, cause: Exception)

Construct a new exception.

constructor(cause: Exception)

Construct a new exception.

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?