@Deprecated public class RegisterResponse extends com.yubico.u2f.data.messages.json.JsonSerializable implements com.yubico.u2f.data.messages.json.Persistable
| Constructor and Description |
|---|
RegisterResponse(String registrationData,
String clientData)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static RegisterResponse |
fromJson(String json)
Deprecated.
|
ClientData |
getClientData()
Deprecated.
|
String |
getRegistrationData()
Deprecated.
|
String |
getRequestId()
Deprecated.
|
fromJson, toJson, toStringpublic RegisterResponse(String registrationData, String clientData) throws U2fBadInputException
U2fBadInputExceptionpublic String getRegistrationData()
public ClientData getClientData()
public String getRequestId()
getRequestId in interface com.yubico.u2f.data.messages.json.Persistablepublic static RegisterResponse fromJson(String json) throws U2fBadInputException
U2fBadInputExceptionCopyright © 2022 Yubico. All Rights Reserved.