78. GPGWidgets

UI widgets and functions related to GPG

78.1. Authors

  • Ladislav SlezĂĄk <lslezak@suse.cz>

78.2. Summary of Module Globals

List of Global Functions

List of Global Variables

    78.3. Global Functions

    78.3.1. AskPassphrasePopup

    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

    78.3.2. AskPassphraseWidget

    Return definition of the passphrase CWM widget.

    Function parameters

    • string key

    Return value

    • map<string, map<string,any> > - widget definition

    78.3.3. Passphrase

    Get the enterd passphrase.

    Return value

    • string - passphrase

    78.3.4. SelectedPrivateKey

    Return the selected private key in the private table widget

    Return value

    • string - key ID

    78.3.5. SetSelectedPrivateKey

    Set selected private key in the private key table widget.

    Function parameters

    • string keyid

    Return value

    • void

    78.3.6. SetSelectedPublicKey

    Set selected public key in the public key table widget.

    Function parameters

    • string keyid

    Return value

    • void

    78.3.7. Widgets

    Return a map with CWM widgets definition. The map contains definitions of all static CWM widgets.

    Return value

    • map<string,map<string,any> > - CWM widgets

    78.4. Global Variables

    78.5. Module Requirements

    78.5.1. Module Imports

    • CWM
    • CommandLine
    • GPG
    • Label
    • Mode

    78.5.2. Module Includes