public class AuthData extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ATTESTATION_DATA |
static int |
EXTENSION_DATA |
static int |
USER_PRESENT |
static int |
USER_VERIFIED |
| Constructor and Description |
|---|
AuthData(byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAaguid() |
String |
getAaguidString() |
byte[] |
getCredentialId() |
JWK |
getCredentialJWK() |
byte[] |
getCredentialPublicKey() |
JsonObject |
getCredentialPublicKeyJson() |
byte[] |
getExtensions() |
JsonObject |
getExtensionsData() |
byte |
getFlags() |
byte[] |
getRaw() |
byte[] |
getRpIdHash() |
long |
getSignCounter() |
boolean |
is(int flag) |
public static final int USER_PRESENT
public static final int USER_VERIFIED
public static final int ATTESTATION_DATA
public static final int EXTENSION_DATA
public boolean is(int flag)
public byte[] getRaw()
public byte[] getRpIdHash()
public byte getFlags()
public long getSignCounter()
public byte[] getAaguid()
public String getAaguidString()
public byte[] getCredentialId()
public byte[] getCredentialPublicKey()
public JsonObject getCredentialPublicKeyJson()
public JWK getCredentialJWK()
public byte[] getExtensions()
public JsonObject getExtensionsData()
Copyright © 2021. All rights reserved.