SecureBlackbox 2020 PHP Edition

Questions / Feedback?

KeyPassphrase Property

Specifies a passphrase for the decryption key.

Object Oriented Interface

public function getKeyPassphrase();
public function setKeyPassphrase($value);

Procedural Interface

secureblackbox_pgpreader_get($res, 19 );
secureblackbox_pgpreader_set($res, 19, $value );

Default Value

''

Remarks

Use this property to provide a passphrase for the decryption secret key.

If this property is left empty or a wrong passphrase is provided, the KeyPassphraseNeeded event will be fired to request the correct passphrase.

Data Type

String

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