SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

SigningKeys Property

The keys to be used for signing.

Syntax

public val signingKeys: MutablePGPKeyList

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 Kotlin Edition - Version 20.0 [Build 8063]