Class AuthenticateResponse
- java.lang.Object
-
- io.jans.as.model.fido.u2f.protocol.AuthenticateResponse
-
- All Implemented Interfaces:
Serializable
public class AuthenticateResponse extends Object implements Serializable
FIDO U2F device authentication response- Author:
- Yuriy Movchan Date: 05/13/2015
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticateResponse(String clientData, String signatureData, String keyHandle, String deviceData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientData
getClientData()
String
getClientDataRaw()
String
getDeviceData()
String
getKeyHandle()
String
getRequestId()
String
getSignatureData()
String
toString()
-
-
-
Constructor Detail
-
AuthenticateResponse
public AuthenticateResponse(String clientData, String signatureData, String keyHandle, String deviceData) throws BadInputException
- Throws:
BadInputException
-
-