nitrokey.nk3¶
Submodules
Accessing Nitrokey 3 Devices¶
- nitrokey.nk3.list()¶
 - Return type:
 List[NK3 | NK3Bootloader]
- nitrokey.nk3.open(path)¶
 - Параметри:
 path (str)
- Return type:
 NK3 | NK3Bootloader | None
Nitrokey 3 Objects¶
- class nitrokey.nk3.NK3¶
 Бази:
TrussedDeviceУстройство Nitrokey 3, работещо с фърмуера.
- __init__(device)¶
 - Параметри:
 device (CtapHidDevice)
- Return type:
 None
- property name: str¶
 
- property pid: int¶
 
- class nitrokey.nk3.NK3Bootloader¶
 Бази:
TrussedBootloader- static list()¶
 - Return type:
 List[NK3Bootloader]
- static open(path)¶
 - Параметри:
 path (str)
- Return type:
 NK3Bootloader | None