AdditionalData Property

Additional data to send when performing symmetric encryption or decryption.

Object Oriented Interface

public function getAdditionalData();
public function setAdditionalData($value);

Procedural Interface

cloudkeys_googlekms_get($res, 1 );
cloudkeys_googlekms_set($res, 1, $value );

Default Value

''

Remarks

This property can be set before calling Encrypt or Decrypt with a symmetric key to have the server include the specified data, known as additional authenticated data, when performing the cryptographic operation. If such data is provided during encryption, it must also be provided in order to successfully decrypt the data. Refer to the Google Cloud KMS documentation for more information.

Up to 65536 bytes of data may be provided. Note that this property is ignored when asymmetric encryption or decryption is performed.

This property is not available at design time.

Data Type

Binary String

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Keys 2020 PHP Edition - Version 20.0 [Build 8157]