Class CodeAccuracyDescriptor

java.lang.Object
com.webauthn4j.metadata.data.statement.CodeAccuracyDescriptor

public class CodeAccuracyDescriptor extends Object
The CodeAccuracyDescriptor describes the relevant accuracy/complexity aspects of passcode user verification methods.
  • Constructor Details

    • CodeAccuracyDescriptor

      public CodeAccuracyDescriptor(@NotNull @NotNull Integer base, @NotNull @NotNull Integer minLength, @Nullable @Nullable Integer maxRetries, @Nullable @Nullable Integer blockSlowdown)
  • Method Details

    • getBase

      @NotNull public @NotNull Integer getBase()
    • getMinLength

      @NotNull public @NotNull Integer getMinLength()
    • getMaxRetries

      @Nullable public @Nullable Integer getMaxRetries()
    • getBlockSlowdown

      @Nullable public @Nullable Integer getBlockSlowdown()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object