ykman.pcsc
Attributes
Classes
YubiKey device reference, with optional PID |
|
A connection to a YubiKey |
|
YubiKey Smart card device |
Functions
|
Package Contents
- class ykman.pcsc.YkmanDevice(transport, fingerprint, pid)[source]
Bases:
yubikit.core.YubiKeyDevice
YubiKey device reference, with optional PID
- Parameters:
transport (yubikit.core.TRANSPORT)
fingerprint (Hashable)
pid (Optional[yubikit.core.PID])
- property pid: yubikit.core.PID | None
Return the PID of the YubiKey, if available.
- Return type:
Optional[yubikit.core.PID]
- ykman.pcsc.YK_READER_NAME = 'yubico yubikey'
- class ykman.pcsc.ScardSmartCardConnection(connection)[source]
Bases:
yubikit.core.smartcard.SmartCardConnection
A connection to a YubiKey
- connection
- property transport
Get the transport type of the connection (USB or NFC)