IPWorks Encrypt 2020 PHP Edition

Questions / Feedback?

KeyId Property

The Id of the key used to sign the message.

Object Oriented Interface

public function getKeyId();
public function setKeyId($value);

Procedural Interface

ipworksencrypt_jws_get($res, 14 );
ipworksencrypt_jws_set($res, 14, $value );

Default Value

''

Remarks

This property optionally specifies the Id of the key used to sign the message.

Any string value may be supplied here to help the other party identify the key used to sign the message. This may be set before calling the Sign method.

Data Type

String

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