SecureBlackbox 2020 PHP Edition

Questions / Feedback?

ClearTextSign Method

Creates a cleartext signature over the provided data.

Object Oriented Interface

public function doClearTextSign($buffer, $startindex, $count);

Procedural Interface

secureblackbox_pgpwriter_do_cleartextsign($res, $buffer, $startindex, $count);

Remarks

Call this method to create a cleartext signature over the provided data buffer. Only textual data can be signed in cleartext.

Pass the signing key(s) via SigningKeys property.

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