gluu
|
公開メンバ関数 | |
RawAuthenticateResponse (byte userPresence, long counter, byte[] signature) | |
byte | getUserPresence () |
long | getCounter () |
byte [] | getSignature () |
void | checkUserPresence () throws BadInputException |
静的公開変数類 | |
static final byte | USER_PRESENT_FLAG = 0x01 |
非公開変数類 | |
final byte | userPresence |
final long | counter |
final byte [] | signature |
The authenticate response produced by the token/key, which is transformed by the client into an AuthenticateResponse and sent to the server.
|
inline |
|
inline |
|
inline |
This is the big-endian representation of a counter value that the U2F device increments every time it performs an authentication operation.
|
inline |
This is a ECDSA signature (on P-256)
|
inline |
Bit 0 is set to 1, which means that user presence was verified. (This version of the protocol doesn't specify a way to request authentication responses without requiring user presence.) A different value of bit 0, as well as bits 1 through 7, are reserved for future use. The values of bit 1 through 7 SHOULD be 0
|
private |
|
private |
|
static |
|
private |