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