EncryptingAlgorithm Property
The encryption algorithm used when encrypting.
Object Oriented Interface
public function getEncryptingAlgorithm(); public function setEncryptingAlgorithm($value);
Procedural Interface
ipworksopenpgp_psmtp_get($res, 9 ); ipworksopenpgp_psmtp_set($res, 9, $value );
Default Value
'AES128'
Remarks
This property specifies the encryption algorithm used when encrypting. Possible values are:
- CAST5
- 3DES or TripleDES
- AES256
- AES192
- AES128 (default)
- BLOWFISH
- TWOFISH
- IDEA
Data Type
String