Package com.yubico.yubikit.core.application
-
Class Summary Class Description ApplicationSession<T extends ApplicationSession<T>> A base class for Sessions with a YubiKey.CommandState Provides control over an ongoing YubiKey operation.Feature<T extends ApplicationSession<T>> A feature for a YubiKey application, which may not be supported by all YubiKeys.Feature.Versioned<T extends ApplicationSession<T>> A Feature which has a minimum version which it checks against. -
Exception Summary Exception Description ApplicationNotAvailableException The application is either disabled or not supported on the connected YubiKey.BadResponseException The data contained in a YubiKey response was invalid.CommandException An error response from a YubiKey.TimeoutException The operation timed out waiting for something.