java.lang.Object
com.webauthn4j.metadata.data.statement.Version
All Implemented Interfaces:
Serializable

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

    • Version

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

    • getMajor

      public @NonNull Integer getMajor()
    • getMinor

      public @NonNull Integer getMinor()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object