gluu
|
公開メンバ関数 | |
AuthenticateRequest (@JsonProperty("challenge") String challenge, @JsonProperty("appId") String appId, @JsonProperty("keyHandle") String keyHandle) | |
String | getKeyHandle () |
String | getChallenge () |
String | getAppId () |
String | toString () |
非公開変数類 | |
final String | version = U2fConstants.U2F_PROTOCOL_VERSION |
final String | challenge |
final String | appId |
final String | keyHandle |
静的非公開変数類 | |
static final long | serialVersionUID = 8479635006453668632L |
FIDO U2F device authentication request
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
The application id that the RP would like to assert. The U2F token will enforce that the key handle provided above is associated with this application id. The browser enforces that the calling origin belongs to the application identified by the application id.
|
private |
The websafe-base64-encoded challenge.
|
private |
websafe-base64 encoding of the key handle obtained from the U2F token during registration.
|
staticprivate |
|
private |
Version of the protocol that the to-be-registered U2F token must speak. For the version of the protocol described herein, must be "U2F_V2"