nitrokey.nk3¶
Submodules
Accessing Nitrokey 3 Devices¶
- nitrokey.nk3.list()¶
- Type renvoyé:
List[NK3 | NK3Bootloader]
- nitrokey.nk3.open(path)¶
- Paramètres:
path (str)
- Type renvoyé:
NK3 | NK3Bootloader | None
Nitrokey 3 Objects¶
- class nitrokey.nk3.NK3¶
Bases :
TrussedDevice
Un appareil Nitrokey 3 exécutant le micrologiciel.
- __init__(device)¶
- Paramètres:
device (CtapHidDevice)
- Type renvoyé:
None
- property name: str¶
- property pid: int¶
- class nitrokey.nk3.NK3Bootloader¶
Bases :
TrussedBootloader
- static list()¶
- Type renvoyé:
List[NK3Bootloader]
- static open(path)¶
- Paramètres:
path (str)
- Type renvoyé:
NK3Bootloader | None