IPWorks Encrypt 2020 PHP Edition

Questions / Feedback?

KeyPrivateKey Property

This property is a PEM formatted private key.

Object Oriented Interface

public function getKeyPrivateKey();
public function setKeyPrivateKey($value);

Procedural Interface

ipworksencrypt_dsa_get($res, 13 );
ipworksencrypt_dsa_set($res, 13, $value );

Default Value

''

Remarks

This property is a PEM formatted private key. The purpose of this property is to allow easier management of the private 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]