nitrokey.nk3

Submodules

Accessing Nitrokey 3 Devices

nitrokey.nk3.list()
戻り値の型:

List[NK3 | NK3Bootloader]

nitrokey.nk3.open(path)
パラメータ:

path (str)

戻り値の型:

NK3 | NK3Bootloader | None

Nitrokey 3 Objects

class nitrokey.nk3.NK3

ベースクラス: TrussedDevice

ファームウェアを実行するニトロキー3デバイス。

__init__(device)
パラメータ:

device (CtapHidDevice)

戻り値の型:

None

classmethod from_device(device)
パラメータ:

device (CtapHidDevice)

戻り値の型:

NK3

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

ベースクラス: TrussedBootloader

static list()
戻り値の型:

List[NK3Bootloader]

static open(path)
パラメータ:

path (str)

戻り値の型:

NK3Bootloader | None