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

public class Version extends Object
The FIDO unified protocol version(s) (related to the specific protocol family) supported by this authenticator.
  • Constructor Details

    • Version

      public Version(@NotNull @NotNull Integer major, @NotNull @NotNull Integer minor)
  • Method Details

    • getMajor

      @NotNull public @NotNull Integer getMajor()
    • getMinor

      @NotNull public @NotNull Integer getMinor()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object