SecureBlackbox 2020 Python Edition

Questions / Feedback?

public_key_curve Property

Indicates the elliptic curve associated with a EC key.

Syntax

def get_public_key_curve(public_key_index: int) -> str: ...

Default Value

""

Remarks

Indicates the elliptic curve associated with a EC key.

Supported values:

SB_PGP_CURVE_P256P256
SB_PGP_CURVE_P384P384
SB_PGP_CURVE_P521P521
SB_PGP_CURVE_ED25519ED25519
SB_PGP_CURVE_CURVE25519CURVE25519
SB_PGP_CURVE_BRAINPOOLP256R1BRAINPOOLP256
SB_PGP_CURVE_BRAINPOOLP512R1BRAINPOOLP512

The public_key_index parameter specifies the index of the item in the array. The size of the array is controlled by the public_key_count property.

This property is read-only.

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