SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

generate Method

Generates a new crypto key.

Syntax

def generate(key_algorithm: str, scheme: str, scheme_params: str, key_bits: int) -> None: ...

Remarks

Call this method to generate a new key or keypair with the desired KeyAlgorithmand KeyBits of length.

The generated key will be populated in the key property.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 Python Edition - Version 20.0 [Build 8166]