IPWorks Encrypt 2020 PHP Edition

Questions / Feedback?

KeyRy Property

Represents the public key's Ry parameter.

Object Oriented Interface

public function getKeyRy();
public function setKeyRy($value);

Procedural Interface

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

Default Value

''

Remarks

Represents the public key's Ry 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]