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 SummaryAll 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- 
getInstancepublic static VersionInfo getInstance() 
 - 
getSpecificationpublic Specification getSpecification() Represents the specification this implementation is based on
 - 
getImplementationpublic Implementation getImplementation() Description of this version of this library
 - 
equalspublic boolean equals(java.lang.Object o) - Overrides:
- equalsin class- java.lang.Object
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-