SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

VerifyDetached Method

Verifies a detached signature.

Object Oriented Interface

public function doVerifyDetached($signeddata, $signature);

Procedural Interface

secureblackboxlite_publickeycrypto_do_verifydetached($res, $signeddata, $signature);

Remarks

Use this method to verify a detached signature. Pass the original message via the SignedData parameter, and the signature via the Signature parameter.

The validation result is stored in SignatureValidationResult property.

Provide the verification key in Key property before commencing verification.

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