PHP Класс IMP_Basic_Smime, horde

Автор: Mike Cochrane ([email protected])
Автор: Michael Slusarz ([email protected])
Наследование: extends IMP_Basic_Base
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$_smime IMP_Smime

Открытые методы

Метод Описание
url ( array $opts = [] )

Защищенные методы

Метод Описание
_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.

Описание методов

_getImportKey() защищенный Метод

Attempt to import a key from form/uploaded data.
protected _getImportKey ( string $filename, string $key = null ) : string
$filename string Key file name.
$key string Key string.
Результат string The key contents.

_getSecondaryKey() защищенный Метод

Returns the secondary key if uploaded.
protected _getSecondaryKey ( ) : string | boolean
Результат string | boolean The key contents or false if not uploaded.

_importKeyDialog() защищенный Метод

Generates import key dialog.
protected _importKeyDialog ( string $target )
$target string Which dialog to generate, either 'personal' or 'public'.

_init() защищенный Метод

protected _init ( )

_printCertInfo() защищенный Метод

Print certificate information.
protected _printCertInfo ( string $cert = '' )
$cert string The S/MIME certificate.

_reloadWindow() защищенный Метод

Reload the window.
protected _reloadWindow ( )

_textWindowOutput() защищенный Метод

Output text in a window.
protected _textWindowOutput ( string $name, string $msg, boolean $html = false )
$name string The window name.
$msg string The text contents.
$html boolean $msg is HTML format?

url() публичный статический Метод

public static url ( array $opts = [] )
$opts array

Описание свойств

$_smime защищенное свойство

protected IMP_Smime $_smime
Результат IMP_Smime