| Package | Description |
|---|---|
| com.yubico.u2f | |
| com.yubico.u2f.data.messages |
| Modifier and Type | Method and Description |
|---|---|
RegisterRequest |
U2fPrimitives.startRegistration(String appId)
Deprecated.
|
RegisterRequest |
U2fPrimitives.startRegistration(String appId,
byte[] challenge)
Deprecated.
Initiates the registration of a device.
|
| Modifier and Type | Method and Description |
|---|---|
DeviceRegistration |
U2fPrimitives.finishRegistration(RegisterRequest registerRequest,
RegisterResponse response)
Deprecated.
|
DeviceRegistration |
U2fPrimitives.finishRegistration(RegisterRequest registerRequest,
RegisterResponse response,
Set<String> facets)
Deprecated.
Finishes a previously started registration.
|
| Modifier and Type | Method and Description |
|---|---|
static RegisterRequest |
RegisterRequest.fromJson(String json)
Deprecated.
|
RegisterRequest |
RegisterRequestData.getRegisterRequest(RegisterResponse response)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<RegisterRequest> |
RegisterRequestData.getRegisterRequests()
Deprecated.
|
| Constructor and Description |
|---|
RegisterRequestData(String appId,
List<RegisteredKey> registeredKeys,
List<RegisterRequest> registerRequests)
Deprecated.
|
Copyright © 2022 Yubico. All Rights Reserved.