|
gluu
|

公開メンバ関数 | |
| RawRegisterResponse (byte[] userPublicKey, byte[] keyHandle, X509Certificate attestationCertificate, byte[] signature) | |
| byte [] | getUserPublicKey () |
| byte [] | getKeyHandle () |
| X509Certificate | getAttestationCertificate () |
| byte [] | getSignature () |
非公開変数類 | |
| final byte [] | userPublicKey |
| final byte [] | keyHandle |
| final X509Certificate | attestationCertificate |
| final byte [] | signature |
The register response produced by the token/key, which is transformed by the client into an RegisterResponse and sent to the server.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
A handle that allows the U2F token to identify the generated key pair.
|
private |
A ECDSA signature (on P-256)
|
private |
The (uncompressed) x,y-representation of a curve point on the P-256 NIST elliptic curve.
1.8.13