Package com.yubico.webauthn.data
Class AuthenticatorDataFlags
java.lang.Object
com.yubico.webauthn.data.AuthenticatorDataFlags
The flags bit field of an authenticator data structure, decoded as a high-level object.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionfinal boolean
Attested credential data present.final boolean
Deprecated.EXPERIMENTAL: This feature is from a not yet mature standard; it could change as the standard matures.final boolean
Deprecated.EXPERIMENTAL: This feature is from a not yet mature standard; it could change as the standard matures.final boolean
Extension data present.final boolean
User presentfinal boolean
User verifiedfinal byte
-
Constructor Summary
ConstructorDescriptionAuthenticatorDataFlags
(byte value) Decode anAuthenticatorDataFlags
object from a raw bit field byte. -
Method Summary
-
Field Details
-
value
public final byte value -
UP
public final boolean UPUser present -
UV
public final boolean UVUser verified -
BE
Deprecated.EXPERIMENTAL: This feature is from a not yet mature standard; it could change as the standard matures.Backup eligible: the credential can and is allowed to be backed up.NOTE that this is only a hint and not a guarantee, unless backed by a trusted authenticator attestation.
- See Also:
-
BS
Deprecated.EXPERIMENTAL: This feature is from a not yet mature standard; it could change as the standard matures.Backup status: the credential is currently backed up.NOTE that this is only a hint and not a guarantee, unless backed by a trusted authenticator attestation.
- See Also:
-
AT
public final boolean ATAttested credential data present.Users of this library should not need to inspect this value directly.
-
ED
public final boolean EDExtension data present.- See Also:
-
-
Constructor Details
-
AuthenticatorDataFlags
public AuthenticatorDataFlags(byte value) Decode anAuthenticatorDataFlags
object from a raw bit field byte.
-
-
Method Details