InvalidKeyException

This exception is thrown when a key is invalid (e.g. invalid encoding, wrong length, etc.).

This exception is thrown when a key is invalid (e.g. invalid encoding, wrong length, etc.).

Constructors

Link copied to clipboard
expect constructor()
expect constructor(message: String?)
expect constructor(message: String?, cause: Throwable?)
expect constructor(cause: Throwable?)
actual constructor()
actual constructor(message: String?)
actual constructor(message: String?, cause: Throwable?)
actual constructor(cause: Throwable?)