Class RegisterResponse
java.lang.Object
io.jans.as.model.fido.u2f.protocol.RegisterResponse
- All Implemented Interfaces:
Serializable
FIDO U2F device registration response
- Author:
- Yuriy Movchan Date: 05/13/2015
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRegisterResponse
(String registrationData, String clientData, String deviceData) -
Method Summary
-
Constructor Details
-
RegisterResponse
public RegisterResponse(String registrationData, String clientData, String deviceData) throws BadInputException - Throws:
BadInputException
-
-
Method Details