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