Package com.yubico.webauthn.meta
Class VersionInfo
- java.lang.Object
-
- com.yubico.webauthn.meta.VersionInfo
-
public final class VersionInfo extends java.lang.Object
Contains version information for the com.yubico.webauthn package.- See Also:
Specification
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
Implementation
getImplementation()
Description of this version of this librarystatic VersionInfo
getInstance()
Specification
getSpecification()
Represents the specification this implementation is based onint
hashCode()
java.lang.String
toString()
-
-
-
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 classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-