@Deprecated public class SignRequestData extends com.yubico.u2f.data.messages.json.JsonSerializable implements com.yubico.u2f.data.messages.json.Persistable
| Constructor and Description |
|---|
SignRequestData(String appId,
Iterable<? extends DeviceRegistration> devices,
U2fPrimitives u2f,
com.yubico.u2f.crypto.ChallengeGenerator challengeGenerator)
Deprecated.
|
SignRequestData(String appId,
String challenge,
List<SignRequest> signRequests)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static SignRequestData |
fromJson(String json)
Deprecated.
|
String |
getRequestId()
Deprecated.
|
SignRequest |
getSignRequest(SignResponse response)
Deprecated.
|
List<SignRequest> |
getSignRequests()
Deprecated.
|
fromJson, toJson, toStringpublic SignRequestData(String appId, String challenge, List<SignRequest> signRequests)
public SignRequestData(String appId, Iterable<? extends DeviceRegistration> devices, U2fPrimitives u2f, com.yubico.u2f.crypto.ChallengeGenerator challengeGenerator) throws NoEligibleDevicesException
NoEligibleDevicesExceptionpublic List<SignRequest> getSignRequests()
public SignRequest getSignRequest(SignResponse response) throws U2fBadInputException
U2fBadInputExceptionpublic String getRequestId()
getRequestId in interface com.yubico.u2f.data.messages.json.Persistablepublic static SignRequestData fromJson(String json) throws U2fBadInputException
U2fBadInputExceptionCopyright © 2022 Yubico. All Rights Reserved.