IPWorks OpenPGP 2020 PHP Edition

Questions / Feedback?

SigningAlgorithm Property

The signature hash algorithm used when signing.

Object Oriented Interface

public function getSigningAlgorithm();
public function setSigningAlgorithm($value);

Procedural Interface

ipworksopenpgp_phtmlmailer_get($res, 57 );
ipworksopenpgp_phtmlmailer_set($res, 57, $value );

Default Value

'SHA256'

Remarks

This property specifies the signature hash algorithm used when signing. Possible values are:

  • SHA1
  • MD5
  • SHA256 (default)
  • SHA384
  • SHA512
  • SHA224
  • RIPEMD160

Data Type

String

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