SecureBlackbox 2020 PHP Edition

Questions / Feedback?

HashAlgorithm Property

Hash algorithm which was used to calculate the signature.

Object Oriented Interface

public function getHashAlgorithm();
public function setHashAlgorithm($value);

Procedural Interface

secureblackbox_messageverifier_get($res, 33 );
secureblackbox_messageverifier_set($res, 33, $value );

Default Value

''

Remarks

Check this property after calling Verify or VerifyDetached to get the hash algorithm that was used to calculate the signature message digest.

Data Type

String

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