PHP 클래스 Horde_Imap_Client_Auth_Scram, horde

부터: 2.29.0
저자: Michael Slusarz ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_authmsg string AuthMessage (RFC 5802 [3]).
$_hash string Hash name.
$_iterations integer Number of Hi iterations (RFC 5802 [2]).
$_nonce string Nonce.
$_pass string Password.
$_salt string Server salt.
$_serversig string Calculated server signature value.
$_user string Username.

공개 메소드들

메소드 설명
__construct ( string $user, string $pass, string $hash = 'SHA1' ) Constructor.
getClientFinalMessage ( ) : string Return the final client message.
getClientFirstMessage ( ) : string Return the initial client message.
parseServerFinalMessage ( string $msg ) : boolean Process the final server message response.
parseServerFirstMessage ( string $msg ) : boolean Process the initial server message response.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $user, string $pass, string $hash = 'SHA1' )
$user string Username.
$pass string Password.
$hash string Hash name.

getClientFinalMessage() 공개 메소드

Return the final client message.
public getClientFinalMessage ( ) : string
리턴 string Final client message.

getClientFirstMessage() 공개 메소드

Return the initial client message.
public getClientFirstMessage ( ) : string
리턴 string Initial client message.

parseServerFinalMessage() 공개 메소드

Process the final server message response.
public parseServerFinalMessage ( string $msg ) : boolean
$msg string Final server response.
리턴 boolean False if authentication failed.

parseServerFirstMessage() 공개 메소드

Process the initial server message response.
public parseServerFirstMessage ( string $msg ) : boolean
$msg string Initial server response.
리턴 boolean False if authentication failed at this stage.

프로퍼티 상세

$_authmsg 보호되어 있는 프로퍼티

AuthMessage (RFC 5802 [3]).
protected string $_authmsg
리턴 string

$_hash 보호되어 있는 프로퍼티

Hash name.
protected string $_hash
리턴 string

$_iterations 보호되어 있는 프로퍼티

Number of Hi iterations (RFC 5802 [2]).
protected int $_iterations
리턴 integer

$_nonce 보호되어 있는 프로퍼티

Nonce.
protected string $_nonce
리턴 string

$_pass 보호되어 있는 프로퍼티

Password.
protected string $_pass
리턴 string

$_salt 보호되어 있는 프로퍼티

Server salt.
protected string $_salt
리턴 string

$_serversig 보호되어 있는 프로퍼티

Calculated server signature value.
protected string $_serversig
리턴 string

$_user 보호되어 있는 프로퍼티

Username.
protected string $_user
리턴 string