SecureBlackbox 2020 PHP Edition

Questions / Feedback?

Verify Method

Verifies digitally signed data.

Object Oriented Interface

public function doVerify($uniqueidentifier);

Procedural Interface

secureblackbox_kmipclient_do_verify($res, $uniqueidentifier);

Remarks

Use this method to verify the integrity of the signature using a server-side key.

Please provide the signature via InputFile (or InputStream) property. For detached signatures, please also provide the data that was signed via DataFile (or DataStream) property.

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