EncryptingAlgorithm Property
Then encryption algorithm used when encrypting.
Object Oriented Interface
public function getEncryptingAlgorithm(); public function setEncryptingAlgorithm($value);
Procedural Interface
ipworksencrypt_xmlencrypt_get($res, 11 ); ipworksencrypt_xmlencrypt_set($res, 11, $value );
Default Value
'3DES'
Remarks
This property specifies the encryption algorithm to use when encrypting. Possible values are:
- "3DES" (default)
- "DES"
- "AES128"
- "AES192"
- "AES256"
- "AES128GCM"
- "AES192GCM"
- "AES256GCM"
Data Type
String