Property | Type | Description | |
---|---|---|---|
$_smime | IMP_Smime |
Method | Description | |
---|---|---|
url ( array $opts = [] ) |
Method | Description | |
---|---|---|
_getImportKey ( string $filename, string $key = null ) : string | Attempt to import a key from form/uploaded data. | |
_getSecondaryKey ( ) : string | boolean | Returns the secondary key if uploaded. | |
_importKeyDialog ( string $target ) | Generates import key dialog. | |
_init ( ) | ||
_printCertInfo ( string $cert = '' ) | Print certificate information. | |
_reloadWindow ( ) | Reload the window. | |
_textWindowOutput ( string $name, string $msg, boolean $html = false ) | Output text in a window. |
protected _getSecondaryKey ( ) : string | boolean | ||
return | string | boolean | The key contents or false if not uploaded. |
protected _importKeyDialog ( string $target ) | ||
$target | string | Which dialog to generate, either 'personal' or 'public'. |
protected _printCertInfo ( string $cert = '' ) | ||
$cert | string | The S/MIME certificate. |