public class Version
extends Object
The FIDO unified protocol version(s) (related to the specific protocol family) supported by this authenticator.
-
Constructor Summary
Constructors
-
Method Summary
-
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
-