java.lang.Object
com.webauthn4j.metadata.data.statement.BiometricAccuracyDescriptor
public class BiometricAccuracyDescriptor
extends Object
BiometricAccuracyDescriptor
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
BiometricAccuracyDescriptor
public BiometricAccuracyDescriptor(@Nullable
@Nullable Double selfAttestedFAR,
@Nullable
@Nullable Double selfAttestedFRR,
@Nullable
@Nullable Integer maxTemplate,
@Nullable
@Nullable Integer maxRetries,
@Nullable
@Nullable Integer blockSlowdown)
-
Method Details
-
getSelfAttestedFAR
@Nullable
public @Nullable Double getSelfAttestedFAR()
-
getSelfAttestedFRR
@Nullable
public @Nullable Double getSelfAttestedFRR()
-
getMaxTemplate
@Nullable
public @Nullable Integer getMaxTemplate()
-
getMaxRetries
@Nullable
public @Nullable Integer getMaxRetries()
-
getBlockSlowdown
@Nullable
public @Nullable Integer getBlockSlowdown()
-
equals
public boolean equals(@Nullable
@Nullable Object o)
- Overrides:
equals in class Object
-