IPWorks Encrypt 2020 PHP Edition

Questions / Feedback?

Key Property

The secret key for the AES algorithm.

Object Oriented Interface

public function getKey();
public function setKey($value);

Procedural Interface

ipworksencrypt_jwe_get($res, 14 );
ipworksencrypt_jwe_set($res, 14, $value );

Default Value

''

Remarks

This property specifies the key used for AES encryption and decryption.

When EncryptionAlgorithm is set to an AES algorithm this property must hold the symmetric key used for encryption and decryption. The size of the key must match the size of the algorithm. For instance when selecting the algorithm A256GCMKW (AES 256) the size of the key must also be 256 bits (32 bytes).

In the case where EncryptionAlgorithm is set to Direct this key is used directly with the algorithm specified by ContentEncryptionAlgorithm and must be an appropriate size for the selected ContentEncryptionAlgorithm.

Data Type

Binary String

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