Added in API level 30
Deprecated in API level 10000

InvalidRequestMessageException


open class InvalidRequestMessageException : IdentityCredentialException
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ android.security.identity.IdentityCredentialException
   ↳ android.security.identity.InvalidRequestMessageException

Thrown if message with the request doesn't satisfy the requirements documented in IdentityCredential.getEntries(byte[],Map,byte[],byte[]).

Summary

Public constructors

Constructs a new InvalidRequestMessageException exception.

Constructs a new InvalidRequestMessageException exception.

Public constructors

InvalidRequestMessageException

Added in API level 30
InvalidRequestMessageException(message: String)

Deprecated: Use java.security.KeyStore with the Android hardware-backed keystore instead.

Constructs a new InvalidRequestMessageException exception.

Parameters
message String: the detail message.
This value cannot be null.

InvalidRequestMessageException

Added in API level 30
InvalidRequestMessageException(
    message: String,
    cause: Throwable)

Deprecated: Use java.security.KeyStore with the Android hardware-backed keystore instead.

Constructs a new InvalidRequestMessageException exception.

Parameters
message String: the detail message.
This value cannot be null.
cause Throwable: the cause.
This value cannot be null.