public class RegisterResponse extends JsonObject implements Persistable
GSON
Constructor and Description |
---|
RegisterResponse(java.lang.String registrationData,
java.lang.String clientData) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static RegisterResponse |
fromJson(java.lang.String json) |
ClientData |
getClientData() |
java.lang.String |
getRegistrationData() |
java.lang.String |
getRequestId() |
int |
hashCode() |
toJson
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
toJson
public RegisterResponse(java.lang.String registrationData, java.lang.String clientData)
public java.lang.String getRegistrationData()
public ClientData getClientData() throws U2fException
U2fException
public java.lang.String getRequestId() throws U2fException
getRequestId
in interface Persistable
U2fException
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public static RegisterResponse fromJson(java.lang.String json)