KeyPublicKey Property
This property is a PEM formatted public key.
Object Oriented Interface
public function getKeyPublicKey(); public function setKeyPublicKey($value);
Procedural Interface
ipworksencrypt_elgamal_get($res, 6 ); ipworksencrypt_elgamal_set($res, 6, $value );
Default Value
''
Remarks
This property is a PEM formatted public key. The purpose of this property is to allow easier management of the public key parameters by using only a single value.
Data Type
String