YaST2 Developers Documentation: Unknown YCP Module

Unknown YCP Module

key_manager.ycp
  • Ladislav Slezak
  • Purpose: Manages GPG keys in the package manager

This module has an unstable interface.

Imports

  • Directory
  • FileUtils
  • KeyManager
  • Label
  • Popup
  • Report
  • Sequencer
  • String
  • Wizard
  • WizardHW

Local Functions

local createHWTable () -> list<map<string,any> >

Creates a summary table with GPG key configuration

Return value:
table contents
local SetItems (string selected_key) -> void

Set/refresh the table content

Parameters:
selected_key
local AddGPGKey () -> symbol

Display a dialog for adding a GPG key

local KeySummary () -> symbol

Display the main dialog for GPG key management

local RunGPGKeyMgmt (boolean standalone) -> symbol

Run the GPG key management workflow

Parameters:
standalone