Class VersionInfo


  • public final class VersionInfo
    extends java.lang.Object
    Contains version information for the com.yubico.webauthn package.
    See Also:
    Specification
    • Method Detail

      • getInstance

        public static VersionInfo getInstance()
      • getSpecification

        public Specification getSpecification()
        Represents the specification this implementation is based on
      • getImplementation

        public Implementation getImplementation()
        Description of this version of this library
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object