Added in API level 30
MessageDecryptionException
open class MessageDecryptionException : IdentityCredentialException
kotlin.Any | ||||
↳ | kotlin.Throwable | |||
↳ | java.lang.Exception | |||
↳ | android.security.identity.IdentityCredentialException | |||
↳ | android.security.identity.MessageDecryptionException |
Thrown when failing to decrypt a message from the reader device.
Summary
Public constructors | |
---|---|
MessageDecryptionException(message: String) Constructs a new |
|
MessageDecryptionException(message: String, cause: Throwable) Constructs a new |
Public constructors
MessageDecryptionException
Added in API level 30
MessageDecryptionException(message: String)
Constructs a new MessageDecryptionException
exception.
Parameters | |
---|---|
message |
String: the detail message. This value cannot be null . |
MessageDecryptionException
Added in API level 30
MessageDecryptionException(
message: String,
cause: Throwable)
Constructs a new MessageDecryptionException
exception.
Parameters | |
---|---|
message |
String: the detail message. This value cannot be null . |
cause |
Throwable: the cause. This value cannot be null . |