SecureBlackbox 2020 PHP Edition

Questions / Feedback?

KeyCurve Property

Indicates the elliptic curve associated with a EC key.

Object Oriented Interface

public function getKeyCurve();
public function setKeyCurve($value);

Procedural Interface

secureblackbox_pgpkeymanager_get($res, 2 );
secureblackbox_pgpkeymanager_set($res, 2, $value );

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

This property is not available at design time.

Data Type

String

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