IMP_Ajax_Imple_ImportEncryptKey
extends Horde_Core_Ajax_Imple
in package
Attach the import encrpyt key javascript code into a page.
Tags
Table of Contents
Methods
- __construct() : mixed
- _attach() : mixed
- _handle() : bool
- Variables required in form input: - mime_id - muid - type
Methods
__construct()
public
__construct([array<string|int, mixed> $params = array() ]) : mixed
Parameters
- $params : array<string|int, mixed> = array()
-
Configuration parameters:
- mime_id: (string) The MIME ID of the message part with the key.
- muid: (string) The MUID of the message.
- type: (string) Key type. Either 'pgp' or 'smime'.
_attach()
protected
_attach(mixed $init) : mixed
Parameters
- $init : mixed
_handle()
Variables required in form input: - mime_id - muid - type
protected
_handle(Horde_Variables $vars) : bool
Parameters
- $vars : Horde_Variables
Tags
Return values
bool —True on success.