gluu
|
公開メンバ関数 | |
RawRegisterResponse | parseRawRegisterResponse (String rawDataBase64) throws BadInputException |
void | checkSignature (String appId, ClientData clientData, RawRegisterResponse rawRegisterResponse) throws BadInputException |
DeviceRegistration | createDevice (RawRegisterResponse rawRegisterResponse) throws BadInputException |
静的公開変数類 | |
static final byte | REGISTRATION_RESERVED_BYTE_VALUE = (byte) 0x05 |
static final byte | REGISTRATION_SIGNED_RESERVED_BYTE_VALUE = (byte) 0x00 |
static final long | INITIAL_DEVICE_COUNTER_VALUE = -1 |
static final String | REGISTER_FINISH_TYPE = "navigator.id.finishEnrollment" |
static final String | REGISTER_CANCEL_TYPE = "navigator.id.cancelEnrollment" |
static final String [] | SUPPORTED_REGISTER_TYPES = new String[] { REGISTER_FINISH_TYPE, REGISTER_CANCEL_TYPE } |
非公開メンバ関数 | |
byte [] | packBytesToSign (byte[] appIdHash, byte[] clientDataHash, byte[] keyHandle, byte[] userPublicKey) |
非公開変数類 | |
Logger | log |
SHA256withECDSASignatureVerification | signatureVerification |
Provides operations with U2F RAW registration response
|
inline |
|
inline |
|
inlineprivate |
|
inline |
|
static |
|
private |
|
static |
|
static |
|
static |
|
static |
|
private |
|
static |