Added in API level 30
EphemeralPublicKeyNotFoundException
open class EphemeralPublicKeyNotFoundException : IdentityCredentialException
kotlin.Any | ||||
↳ | kotlin.Throwable | |||
↳ | java.lang.Exception | |||
↳ | android.security.identity.IdentityCredentialException | |||
↳ | android.security.identity.EphemeralPublicKeyNotFoundException |
Thrown if the ephemeral public key was not found in the session transcript passed to android.security.identity.IdentityCredential#getEntries(byte[],Map,byte[],byte[]).
Summary
Public constructors | |
---|---|
EphemeralPublicKeyNotFoundException(message: String) Constructs a new |
|
EphemeralPublicKeyNotFoundException(message: String, cause: Throwable) Constructs a new |
Public constructors
EphemeralPublicKeyNotFoundException
Added in API level 30
EphemeralPublicKeyNotFoundException(message: String)
Constructs a new EphemeralPublicKeyNotFoundException
exception.
Parameters | |
---|---|
message |
String: the detail message. This value cannot be null . |
EphemeralPublicKeyNotFoundException
Added in API level 30
EphemeralPublicKeyNotFoundException(
message: String,
cause: Throwable)
Constructs a new EphemeralPublicKeyNotFoundException
exception.
Parameters | |
---|---|
message |
String: the detail message. This value cannot be null . |
cause |
Throwable: the cause. This value cannot be null . |