PHP 클래스 Auth_OpenID_DiffieHellmanSHA1ServerSession

파일 보기 프로젝트 열기: openid/php-openid 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$allowed_assoc_types
$hash_func
$needs_math
$session_type An object that knows how to handle association requests with the Diffie-Hellman session type.

공개 메소드들

메소드 설명
__construct ( $dh, $consumer_pubkey )
answer ( $secret )
fromMessage ( $message )
getDH ( $message )

메소드 상세

__construct() 공개 메소드

public __construct ( $dh, $consumer_pubkey )

answer() 공개 메소드

public answer ( $secret )

fromMessage() 정적인 공개 메소드

static public fromMessage ( $message )

getDH() 정적인 공개 메소드

static public getDH ( $message )

프로퍼티 상세

$allowed_assoc_types 공개적으로 프로퍼티

public $allowed_assoc_types

$hash_func 공개적으로 프로퍼티

public $hash_func

$needs_math 공개적으로 프로퍼티

public $needs_math

$session_type 공개적으로 프로퍼티

An object that knows how to handle association requests with the Diffie-Hellman session type.
public $session_type