Package com.yubico.fido.metadata
Class SupportedCtapOptions
- java.lang.Object
-
- com.yubico.fido.metadata.SupportedCtapOptions
-
public final class SupportedCtapOptions extends java.lang.Object
A fixed-keys map of CTAP2 option names to Boolean values representing whether an authenticator supports the respective option.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SupportedCtapOptions.SupportedCtapOptionsBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SupportedCtapOptions.SupportedCtapOptionsBuilder
builder()
boolean
equals(java.lang.Object o)
int
hashCode()
boolean
isAlwaysUv()
boolean
isAuthnrCfg()
boolean
isBioEnroll()
boolean
isClientPin()
boolean
isCredentialMgmtPreview()
boolean
isCredMgmt()
boolean
isEp()
boolean
isLargeBlobs()
boolean
isMakeCredUvNotRqd()
boolean
isNoMcGaPermissionsWithClientPin()
boolean
isPinUvAuthToken()
boolean
isPlat()
boolean
isRk()
boolean
isSetMinPINLength()
boolean
isUp()
boolean
isUserVerificationMgmtPreview()
boolean
isUv()
boolean
isUvAcfg()
boolean
isUvBioEnroll()
java.lang.String
toString()
-
-
-
Method Detail
-
builder
public static SupportedCtapOptions.SupportedCtapOptionsBuilder builder()
-
isPlat
public boolean isPlat()
-
isRk
public boolean isRk()
-
isClientPin
public boolean isClientPin()
-
isUp
public boolean isUp()
-
isUv
public boolean isUv()
-
isPinUvAuthToken
public boolean isPinUvAuthToken()
-
isNoMcGaPermissionsWithClientPin
public boolean isNoMcGaPermissionsWithClientPin()
-
isLargeBlobs
public boolean isLargeBlobs()
-
isEp
public boolean isEp()
-
isBioEnroll
public boolean isBioEnroll()
-
isUserVerificationMgmtPreview
public boolean isUserVerificationMgmtPreview()
-
isUvBioEnroll
public boolean isUvBioEnroll()
-
isAuthnrCfg
public boolean isAuthnrCfg()
-
isUvAcfg
public boolean isUvAcfg()
-
isCredMgmt
public boolean isCredMgmt()
-
isCredentialMgmtPreview
public boolean isCredentialMgmtPreview()
-
isSetMinPINLength
public boolean isSetMinPINLength()
-
isMakeCredUvNotRqd
public boolean isMakeCredUvNotRqd()
-
isAlwaysUv
public boolean isAlwaysUv()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-