java.lang.Object
com.webauthn4j.metadata.data.statement.BiometricAccuracyDescriptor
- All Implemented Interfaces:
Serializable
BiometricAccuracyDescriptor
- See Also:
-
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
BiometricAccuracyDescriptor
public BiometricAccuracyDescriptor(@Nullable Double selfAttestedFAR,
@Nullable Double selfAttestedFRR,
@Nullable Integer maxTemplate,
@Nullable Integer maxRetries,
@Nullable Integer blockSlowdown)
-
Method Details
-
getSelfAttestedFAR
public @Nullable Double getSelfAttestedFAR()
-
getSelfAttestedFRR
public @Nullable Double getSelfAttestedFRR()
-
getMaxTemplate
public @Nullable Integer getMaxTemplate()
-
getMaxRetries
public @Nullable Integer getMaxRetries()
-
getBlockSlowdown
public @Nullable Integer getBlockSlowdown()
-
-