PHP Class Auth_OpenID_DiffieHellmanSHA1ServerSession

Show file Open project: openid/php-openid Class Usage Examples

Public Properties

Property Type Description
$allowed_assoc_types
$hash_func
$needs_math
$session_type An object that knows how to handle association requests with the Diffie-Hellman session type.

Public Methods

Method Description
__construct ( $dh, $consumer_pubkey )
answer ( $secret )
fromMessage ( $message )
getDH ( $message )

Method Details

__construct() public method

public __construct ( $dh, $consumer_pubkey )

answer() public method

public answer ( $secret )

fromMessage() static public method

static public fromMessage ( $message )

getDH() static public method

static public getDH ( $message )

Property Details

$allowed_assoc_types public property

public $allowed_assoc_types

$hash_func public property

public $hash_func

$needs_math public property

public $needs_math

$session_type public property

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