IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

key_curve Property

This property specifies the elliptic curve used in the ECDSA or EdDSA key.

Syntax

def get_key_curve() -> str: ...

key_curve = property(get_key_curve, None)

Default Value

""

Remarks

This property specifies the elliptic curve used in the ECDSA or EdDSA key. This property is only applicable if key_public_key_algorithm is ECDSA or EdDSA. Possible values are:

ValuePublicKeyAlgorithmDescription
secp256r1 ECDSA NIST curve P-256
secp384r1 ECDSA NIST curve P-384
secp521r1 ECDSA NIST curve P-521
Ed25519 EdDSA Ed25519
secp256k1 EdDSA Secp256k1

This property is read-only.

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