@PackageNonnullByDefault

Package com.yubico.yubikit.core

  • Interface Summary 
    Interface Description
    YubiKeyConnection
    A connection to a YubiKey, which typically exposes a way to send and receive data.
    YubiKeyDevice
    A reference to a physical YubiKey.
  • Class Summary 
    Class Description
    Logger
    Helper class allows to customize logs within the SDK SDK has only 2 levels of logging: debug information and error If a Logger implementation is not provided the SDK won't produce any logs
    Version
    A 3-part version number, used by the YubiKey firmware and its various applications.
  • Enum Summary 
    Enum Description
    Transport
    Physical transports which can be used to connect to a YubiKey.
  • Annotation Types Summary 
    Annotation Type Description
    PackageNonnullByDefault
    Annotation used in package-info.java to indicate that all fields, methods, and parameters are Nonnull by default.