EphemeralPublicKeyNotFoundException
open class EphemeralPublicKeyNotFoundException : IdentityCredentialException
kotlin.Any | ||||
↳ | kotlin.Throwable | |||
↳ | java.lang.Exception | |||
↳ | androidx.security.identity.IdentityCredentialException | |||
↳ | androidx.security.identity.EphemeralPublicKeyNotFoundException |
Thrown if the ephemeral public key was not found in the session transcript passed to IdentityCredential#getEntries(byte[], Map, byte[])
.
Summary
Public constructors | |
---|---|
Constructs a new |
|
Constructs a new |
Public constructors
<init>
EphemeralPublicKeyNotFoundException(@NonNull message: String)
Constructs a new EphemeralPublicKeyNotFoundException
exception.
Parameters | |
---|---|
message |
String: the detail message. |
<init>
EphemeralPublicKeyNotFoundException(
@NonNull message: String,
@NonNull cause: Throwable)
Constructs a new EphemeralPublicKeyNotFoundException
exception.
Parameters | |
---|---|
message |
String: the detail message. |
cause |
Throwable: the cause. |