UI widgets and functions related to GPG
List of Global Functions
AskPassphrasePopup - Ask user to enter the passphrase for the selected gpg key. A a popup window is displayed.
AskPassphraseWidget - Return definition of the passphrase CWM widget.
Passphrase - Get the enterd passphrase.
SelectedPrivateKey - Return the selected private key in the private table widget
SetSelectedPrivateKey - Set selected private key in the private key table widget.
SetSelectedPublicKey - Set selected public key in the public key table widget.
Widgets - Return a map with CWM widgets definition. The map contains definitions of all static CWM widgets.
List of Global Variables
Ask user to enter the passphrase for the selected gpg key. A a popup window is displayed.
Function parameters
string key
Return value
string - the entered passphrase or nil if the popup has been closed by [Cancel] button
Return definition of the passphrase CWM widget.
Function parameters
string key
Return value
map<string, map<string,any> > - widget definition
Return the selected private key in the private table widget
Return value
string - key ID
Set selected private key in the private key table widget.
Function parameters
string keyid
Return value
void
Set selected public key in the public key table widget.
Function parameters
string keyid
Return value
void