PHP 클래스 IMP_Basic_Smime, horde

저자: Mike Cochrane ([email protected])
저자: Michael Slusarz ([email protected])
상속: extends IMP_Basic_Base
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_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