SecureBlackbox 2020 Java Edition

Questions / Feedback?

DecryptingKeys Property

A collection of keys to be used for decryption.

Syntax

public PGPKeyList getDecryptingKeys();
public void setDecryptingKeys(PGPKeyList decryptingKeys);

Remarks

Use this property to provide decryption keys. Note that only secret keys can decrypt.

In most cases you will also need to supply a passphrase for the chosen decryption key. Use this by subscribing to KeyPassphraseNeeded event, setting the control's KeyPassphrase property, or setting the Passphrase property of the relevant key object.

This property is not available at design time.

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