SecureBlackbox 2020 PHP Edition

Questions / Feedback?

UseGCM Property

Specifies if GCM mode is enabled.

Object Oriented Interface

public function getUseGCM();
public function setUseGCM($value);

Procedural Interface

secureblackbox_xmlencryptor_get($res, 17 );
secureblackbox_xmlencryptor_set($res, 17, $value );

Default Value

false

Remarks

Use this property to enable Galois/Counter Mode (GCM) mode for AES encryption method.

Data Type

Boolean

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