public final class AuthenticatorDataFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
AT
Attested credential data present.
|
boolean |
ED
Extension data present.
|
boolean |
UP
User present
|
boolean |
UV
User verified
|
byte |
value |
Constructor and Description |
---|
AuthenticatorDataFlags(byte value)
Decode an
AuthenticatorDataFlags object from a raw bit field byte. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public final byte value
public final boolean UP
public final boolean UV
public final boolean AT
Users of this library should not need to inspect this value directly.
public final boolean ED
AuthenticatorData.getExtensions()
public AuthenticatorDataFlags(byte value)
AuthenticatorDataFlags
object from a raw bit field byte.