Package com.yubico.webauthn.meta
Class VersionInfo
- java.lang.Object
-
- com.yubico.webauthn.meta.VersionInfo
-
public final class VersionInfo extends java.lang.ObjectContains 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 booleanequals(java.lang.Object o)ImplementationgetImplementation()Description of this version of this librarystatic VersionInfogetInstance()SpecificationgetSpecification()Represents the specification this implementation is based oninthashCode()java.lang.StringtoString()
-
-
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-