Added in API level 30

UnknownAuthenticationKeyException

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

Thrown if trying to certify an unknown dynamic authentication key.

Summary

Public constructors

Constructs a new UnknownAuthenticationKeyException exception.

Constructs a new UnknownAuthenticationKeyException exception.

Public constructors

UnknownAuthenticationKeyException

Added in API level 30
UnknownAuthenticationKeyException(message: String)

Constructs a new UnknownAuthenticationKeyException exception.

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

UnknownAuthenticationKeyException

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

Constructs a new UnknownAuthenticationKeyException exception.

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