- select() - Method in class com.yubico.yubikit.Iso7816Application
-
Sends an APDU to SELECT the Application.
- send(byte, byte[]) - Method in class com.yubico.yubikit.HidApplication
-
Send data to YubiKey
- send(byte, byte[]) - Method in class com.yubico.yubikit.transport.usb.UsbHidConnection
-
Send data to YubiKey
- sendAndReceive(Iso7816Connection, Apdu) - Static method in class com.yubico.yubikit.apdu.ApduUtils
-
Sends APDU command and receives byte array from connection
In case if length of output blob is bigger than 255 than it splits into set of APDU commands
In case if output has status code that it has remaining info sends another APDU command to receive what's remaining
- sendAndReceive(Iso7816Connection, Apdu, byte) - Static method in class com.yubico.yubikit.apdu.ApduUtils
-
Sends APDU command and receives byte array from connection
In case if length of output blob is bigger than 255 than it splits into set of APDU commands
In case if output has status code that it has remaining info sends another APDU command to receive what's remaining
- sendAndReceive(Apdu) - Method in class com.yubico.yubikit.Iso7816Application
-
Sends APDU command and receives byte array from connection
In case if length of output blob is bigger than 255 than it splits into set of APDU commands
In case if output has status code that it has remaining info sends another APDU command to receive what's remaining
- setDisableNfcDiscoverySound(boolean) - Method in class com.yubico.yubikit.transport.nfc.NfcConfiguration
-
Setting this flag allows the caller to prevent the
platform from playing sounds when it discovers a tag.
- setFilterYubicoDevices(boolean) - Method in class com.yubico.yubikit.transport.usb.UsbConfiguration
-
- setHandlePermissions(boolean) - Method in class com.yubico.yubikit.transport.usb.UsbConfiguration
-
Set YubiKitManager to show dialog for permissions on USB connection
- setHandleUnavailableNfc(boolean) - Method in class com.yubico.yubikit.transport.nfc.NfcConfiguration
-
Set it to true to shows view with settings nfc setting if NFC is disabled,
otherwise start of NFC session will return error in callback if no permissions/setting
and allows user to handle disabled NFC reader (show error or snackbar or refer to settings)
Default value is false
- setListener(NfcSessionListener) - Method in class com.yubico.yubikit.transport.nfc.NfcDeviceManager
-
Sets listener to Nfc session discovery
- setListener(UsbSessionListener) - Method in class com.yubico.yubikit.transport.usb.UsbDeviceManager
-
Sets listener to Usb session discovery
- setLogger(Logger) - Static method in class com.yubico.yubikit.utils.Logger
-
Set the Logger implementation to use.
- setOnTagHandler(NfcDispatcher.OnTagHandler) - Method in interface com.yubico.yubikit.transport.nfc.NfcDispatcher
-
- setOnTagHandler(NfcDispatcher.OnTagHandler) - Method in class com.yubico.yubikit.transport.nfc.NfcReaderDispatcher
-
- setSkipNdefCheck(boolean) - Method in class com.yubico.yubikit.transport.nfc.NfcConfiguration
-
Setting this flag allows the caller to prevent the
platform from performing an NDEF check on the tags it
- setTimeout(int) - Method in interface com.yubico.yubikit.transport.Iso7816Connection
-
Sets connection/communication timeout in milliseconds
- setTimeout(int) - Method in class com.yubico.yubikit.transport.nfc.NfcIso7816Connection
-
- setTimeout(int) - Method in class com.yubico.yubikit.transport.usb.UsbIso7816Connection
-
- startNfcDiscovery(NfcConfiguration, Activity, NfcSessionListener) - Method in class com.yubico.yubikit.YubiKitManager
-
Subscribe on changes that happen via NFC and detect if there any Yubikeys tags got passed
This registers broadcast receivers and blocks Ndef tags to be passed to activity,
to unsubscribe use
YubiKitManager.stopNfcDiscovery(Activity)
- startUsbDiscovery(UsbConfiguration, UsbSessionListener) - Method in class com.yubico.yubikit.YubiKitManager
-
Subscribe on changes that happen via USB and detect if there any Yubikeys got connected
This registers broadcast receivers, to unsubscribe from receiver use
YubiKitManager.stopUsbDiscovery()
- stopNfcDiscovery(Activity) - Method in class com.yubico.yubikit.YubiKitManager
-
Unsubscribe from changes that happen via NFC
- stopUsbDiscovery() - Method in class com.yubico.yubikit.YubiKitManager
-
Unsubscribe from changes that happen via USB
- StringUtils - Class in com.yubico.yubikit.utils
-
- StringUtils() - Constructor for class com.yubico.yubikit.utils.StringUtils
-