Class Implementation

java.lang.Object
com.yubico.webauthn.meta.Implementation

public final class Implementation extends Object
Description of this version of this library
  • Method Details

    • getVersion

      @NonNull public @NonNull String getVersion()
      The version number of this release of the library.
    • getSourceCodeUrl

      @NonNull public @NonNull URL getSourceCodeUrl()
      Address to where the source code for this library can be found.
    • getGitCommit

      @NonNull public @NonNull String getGitCommit()
      The commit ID of the source code the library was built from, if known.
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object