EphemeralPublicKeyNotFoundException
public
class
EphemeralPublicKeyNotFoundException
extends IdentityCredentialException
java.lang.Object | ||||
↳ | java.lang.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 IdentityCredential#getEntries(byte[], Map, byte[], byte[])
.
Summary
Public constructors | |
---|---|
EphemeralPublicKeyNotFoundException(String message)
Constructs a new |
|
EphemeralPublicKeyNotFoundException(String message, Throwable cause)
Constructs a new |
Inherited methods | |
---|---|
Public constructors
EphemeralPublicKeyNotFoundException
public EphemeralPublicKeyNotFoundException (String message)
Constructs a new EphemeralPublicKeyNotFoundException
exception.
Parameters | |
---|---|
message |
String : the detail message.
This value cannot be null . |
EphemeralPublicKeyNotFoundException
public EphemeralPublicKeyNotFoundException (String message, Throwable cause)
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 . |