|
gluu
|


公開メンバ関数 | |
| RegisterRequest (@JsonProperty("challenge") String challenge, @JsonProperty("appId") String appId) | |
| String | getChallenge () |
| String | getAppId () |
| String | getRequestId () |
| String | toString () |
非公開変数類 | |
| final String | version = U2fConstants.U2F_PROTOCOL_VERSION |
| final String | challenge |
| final String | appId |
静的非公開変数類 | |
| static final long | serialVersionUID = -7804531602792040593L |
FIDO U2F device registration 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.
|
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"
1.8.13