IPWorks OpenPGP 2020 PHP Edition

Questions / Feedback?

KeyCurve Property

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

Object Oriented Interface

public function getKeyCurve();

Procedural Interface

ipworksopenpgp_keymgr_get($res, 1 );

Default Value

''

Remarks

This property specifies the elliptic curve used in the ECDSA or EdDSA key. This property is only applicable if KeyPublicKeyAlgorithm 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 and not available at design time.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks OpenPGP 2020 PHP Edition - Version 20.0 [Build 8249]