SigningAlgorithm Property
The signature hash algorithm used when signing.
Object Oriented Interface
public function getSigningAlgorithm(); public function setSigningAlgorithm($value);
Procedural Interface
ipworksencrypt_openpgp_get($res, 27 ); ipworksencrypt_openpgp_set($res, 27, $value );
Default Value
'SHA1'
Remarks
This property specifies the signature hash algorithm used when signing. Possible values are:
- SHA1 (default)
- MD5
- SHA256
- SHA384
- SHA512
- SHA224
- RIPEMD160
Data Type
String