SecureBlackbox 2020 Java Edition

Questions / Feedback?

SigningKeys Property

The keys to be used for signing.

Syntax

public PGPKeyList getSigningKeys();
public void setSigningKeys(PGPKeyList signingKeys);

Remarks

Use this property to set the keys to sign the message with. The keys need to contain their secret compound.

In most cases you will also need to supply a passphrase for the chosen signing keys. Use this by subscribing to KeyPassphraseNeeded event, 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]