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 logsUsbInterface Provides constants for the different YubiKey USB interfaces, and the Mode enum for combinations of enabled interfaces.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.UsbInterface.Mode Used for configuring USB Mode for YubiKey 3 and 4.UsbPid YubiKeyType -
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.