IPWorks Encrypt 2020 PHP Edition

Questions / Feedback?

KeyK Property

Represent the private key (K) parameter.

Object Oriented Interface

public function getKeyK();
public function setKeyK($value);

Procedural Interface

ipworksencrypt_ecc_get($res, 14 );
ipworksencrypt_ecc_set($res, 14, $value );

Default Value

''

Remarks

Represent the private key (K) parameter.

Note: This value is only applicable when using a NIST curve.

Data Type

Binary String

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