IPWorks Encrypt 2020 PHP Edition

Questions / Feedback?

RecipientKeyPublicKey Property

This property is a PEM formatted public key.

Object Oriented Interface

public function getRecipientKeyPublicKey();
public function setRecipientKeyPublicKey($value);

Procedural Interface

ipworksencrypt_ecc_get($res, 25 );
ipworksencrypt_ecc_set($res, 25, $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

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