IPWorks OpenPGP 2020 PHP Edition

Questions / Feedback?

SignerKeyEncoded Property

The key.

Object Oriented Interface

public function getSignerKeyEncoded($signerkeyindex);
public function setSignerKeyEncoded($signerkeyindex, $value);

Procedural Interface

ipworksopenpgp_openpgp_get($res, 25 , $signerkeyindex);
ipworksopenpgp_openpgp_set($res, 25, $value , $signerkeyindex);

Default Value

''

Remarks

The key. This property is used to assign a specific key. The SignerKeyUserId properties may also be used to specify a key.

The $signerkeyindex parameter specifies the index of the item in the array. The size of the array is controlled by the SignerKeyCount property.

This property is not available at design time.

Data Type

Binary String

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