nitrokey.nk3

Submodules

Accessing Nitrokey 3 Devices

nitrokey.nk3.list()
Return type:

List[NK3 | NK3Bootloader]

nitrokey.nk3.open(path)
Parametrit:

path (str)

Return type:

NK3 | NK3Bootloader | None

Nitrokey 3 Objects

class nitrokey.nk3.NK3

Perusteet: TrussedDevice

Nitrokey 3 -laite, jossa on laiteohjelmisto.

__init__(device)
Parametrit:

device (CtapHidDevice)

Return type:

None

classmethod from_device(device)
Parametrit:

device (CtapHidDevice)

Return type:

NK3

property name: str
property pid: int
class nitrokey.nk3.NK3Bootloader

Perusteet: TrussedBootloader

static list()
Return type:

List[NK3Bootloader]

static open(path)
Parametrit:

path (str)

Return type:

NK3Bootloader | None