| Package | Description |
|---|---|
| com.yubico.u2f.data | |
| com.yubico.u2f.data.messages |
| Modifier and Type | Method and Description |
|---|---|
static DeviceRegistration |
DeviceRegistration.fromJson(String json)
Deprecated.
|
X509Certificate |
DeviceRegistration.getAttestationCertificate()
Deprecated.
|
| Constructor and Description |
|---|
DeviceRegistration(String keyHandle,
String publicKey,
X509Certificate attestationCert,
long counter)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientData.checkContent(String type,
String challenge,
com.google.common.base.Optional<Set<String>> facets)
Deprecated.
|
static RegisterRequest |
RegisterRequest.fromJson(String json)
Deprecated.
|
static SignResponse |
SignResponse.fromJson(String json)
Deprecated.
|
static RegisterResponse |
RegisterResponse.fromJson(String json)
Deprecated.
|
static SignRequestData |
SignRequestData.fromJson(String json)
Deprecated.
|
static RegisterRequestData |
RegisterRequestData.fromJson(String json)
Deprecated.
|
static SignRequest |
SignRequest.fromJson(String json)
Deprecated.
|
SignRequest |
SignRequestData.getSignRequest(SignResponse response)
Deprecated.
|
| Constructor and Description |
|---|
ClientData(String clientData)
Deprecated.
|
RegisterResponse(String registrationData,
String clientData)
Deprecated.
|
SignResponse(String clientData,
String signatureData,
String keyHandle)
Deprecated.
|
Copyright © 2022 Yubico. All Rights Reserved.