Class PatternAccuracyDescriptor
java.lang.Object
com.webauthn4j.metadata.data.statement.PatternAccuracyDescriptor
The PatternAccuracyDescriptor describes relevant accuracy/complexity aspects in the case that a pattern is used as the user verification method.
-
Constructor Summary
ConstructorsConstructorDescriptionPatternAccuracyDescriptor(@NotNull BigInteger minComplexity, @Nullable Integer maxRetries, @Nullable Integer blockSlowdown) -
Method Summary
Modifier and TypeMethodDescriptionboolean@Nullable Integer@Nullable Integer@NotNull BigIntegerinthashCode()
-
Constructor Details
-
PatternAccuracyDescriptor
public PatternAccuracyDescriptor(@NotNull @NotNull BigInteger minComplexity, @Nullable @Nullable Integer maxRetries, @Nullable @Nullable Integer blockSlowdown)
-
-
Method Details