public final class AuthenticatorDataFlags
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
AT
Attested credential data present.
|
boolean |
BE
Deprecated.
EXPERIMENTAL: This feature is from a not yet mature standard; it could change as
the standard matures.
|
boolean |
BS
Deprecated.
EXPERIMENTAL: This feature is from a not yet mature standard; it could change as
the standard matures.
|
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
@Deprecated public final boolean BE
NOTE that this is only a hint and not a guarantee, unless backed by a trusted authenticator attestation.
@Deprecated public final boolean BS
NOTE that this is only a hint and not a guarantee, unless backed by a trusted authenticator attestation.
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.