nitrokey.nk3¶
Submodules
Accessing Nitrokey 3 Devices¶
- nitrokey.nk3.list()¶
- Return type:
List[NK3 | NK3Bootloader]
- nitrokey.nk3.open(path)¶
- Parameters:
path (str)
- Return type:
NK3 | NK3Bootloader | None
Nitrokey 3 Objects¶
- class nitrokey.nk3.NK3¶
Bases:
TrussedDevice
A Nitrokey 3 device running the firmware.
- __init__(device)¶
- Parameters:
device (CtapHidDevice)
- Return type:
None
- property name: str¶
- property pid: int¶
- class nitrokey.nk3.NK3Bootloader¶
Bases:
TrussedBootloader
- static list()¶
- Return type:
List[NK3Bootloader]
- static open(path)¶
- Parameters:
path (str)
- Return type:
NK3Bootloader | None