| Package | Description |
|---|---|
| com.yubico.u2f | |
| com.yubico.u2f.data | |
| com.yubico.u2f.data.messages | |
| com.yubico.u2f.exceptions |
| Modifier and Type | Method and Description |
|---|---|
DeviceRegistration |
U2F.finishRegistration(RegisterRequestData registerRequestData,
RegisterResponse response)
Deprecated.
|
DeviceRegistration |
U2F.finishRegistration(RegisterRequestData registerRequestData,
RegisterResponse response,
Set<String> facets)
Deprecated.
Finishes a previously started high-level registration.
|
DeviceRegistration |
U2fPrimitives.finishRegistration(RegisterRequest registerRequest,
RegisterResponse response)
Deprecated.
|
DeviceRegistration |
U2fPrimitives.finishRegistration(RegisterRequest registerRequest,
RegisterResponse response,
Set<String> facets)
Deprecated.
Finishes a previously started registration.
|
DeviceRegistration |
U2F.finishSignature(SignRequestData signRequestData,
SignResponse response,
Iterable<? extends DeviceRegistration> devices)
Deprecated.
|
DeviceRegistration |
U2F.finishSignature(SignRequestData signRequestData,
SignResponse response,
Iterable<? extends DeviceRegistration> devices,
Set<String> facets)
Deprecated.
Finishes a previously started high-level signing action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
U2fPrimitives.finishSignature(SignRequest signRequest,
SignResponse response,
DeviceRegistration deviceRegistration)
Deprecated.
|
void |
U2fPrimitives.finishSignature(SignRequest signRequest,
SignResponse response,
DeviceRegistration deviceRegistration,
Set<String> facets)
Deprecated.
Finishes a previously started signature.
|
SignRequest |
U2fPrimitives.startSignature(String appId,
DeviceRegistration deviceRegistration)
Deprecated.
Initiates the signing process.
|
SignRequest |
U2fPrimitives.startSignature(String appId,
DeviceRegistration deviceRegistration,
byte[] challenge)
Deprecated.
Initiates the signing process.
|
| Modifier and Type | Method and Description |
|---|---|
DeviceRegistration |
U2F.finishSignature(SignRequestData signRequestData,
SignResponse response,
Iterable<? extends DeviceRegistration> devices)
Deprecated.
|
DeviceRegistration |
U2F.finishSignature(SignRequestData signRequestData,
SignResponse response,
Iterable<? extends DeviceRegistration> devices,
Set<String> facets)
Deprecated.
Finishes a previously started high-level signing action.
|
RegisterRequestData |
U2F.startRegistration(String appId,
Iterable<? extends DeviceRegistration> devices)
Deprecated.
Initiates a high-level registration of a device, given a set of already registered devices.
|
SignRequestData |
U2F.startSignature(String appId,
Iterable<? extends DeviceRegistration> devices)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static DeviceRegistration |
DeviceRegistration.fromJson(String json)
Deprecated.
|
| Constructor and Description |
|---|
RegisterRequestData(String appId,
Iterable<? extends DeviceRegistration> devices,
U2fPrimitives u2f,
com.yubico.u2f.crypto.ChallengeGenerator challengeGenerator)
Deprecated.
|
SignRequestData(String appId,
Iterable<? extends DeviceRegistration> devices,
U2fPrimitives u2f,
com.yubico.u2f.crypto.ChallengeGenerator challengeGenerator)
Deprecated.
|
| Constructor and Description |
|---|
DeviceCompromisedException(DeviceRegistration deviceRegistration,
String message)
Deprecated.
|
DeviceCompromisedException(DeviceRegistration deviceRegistration,
String message,
Throwable cause)
Deprecated.
|
InvalidDeviceCounterException(DeviceRegistration registration)
Deprecated.
|
| Constructor and Description |
|---|
NoEligableDevicesException(Iterable<? extends DeviceRegistration> devices,
String message)
Deprecated.
|
NoEligableDevicesException(Iterable<? extends DeviceRegistration> devices,
String message,
Throwable cause)
Deprecated.
|
NoEligibleDevicesException(Iterable<? extends DeviceRegistration> devices,
String message)
Deprecated.
|
NoEligibleDevicesException(Iterable<? extends DeviceRegistration> devices,
String message,
Throwable cause)
Deprecated.
|
Copyright © 2022 Yubico. All Rights Reserved.