| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
 Inheritance diagram for Auth_OpenID_DiffieHellmanSHA1ServerSession:
 Inheritance diagram for Auth_OpenID_DiffieHellmanSHA1ServerSession: Collaboration diagram for Auth_OpenID_DiffieHellmanSHA1ServerSession:
 Collaboration diagram for Auth_OpenID_DiffieHellmanSHA1ServerSession:| Public Member Functions | |
| Auth_OpenID_DiffieHellmanSHA1ServerSession ($dh, $consumer_pubkey) | |
| answer ($secret) | |
| Static Public Member Functions | |
| static | getDH ($message) | 
| static | fromMessage ($message) | 
| Data Fields | |
| $session_type = 'DH-SHA1' | |
| An object that knows how to handle association requests with the Diffie-Hellman session type. | |
| $needs_math = true | |
| $allowed_assoc_types = array('HMAC-SHA1') | |
| $hash_func = 'Auth_OpenID_SHA1' | |
Definition at line 455 of file Server.php.
| Auth_OpenID_DiffieHellmanSHA1ServerSession::answer | ( | $secret | ) | 
Definition at line 539 of file Server.php.
References Auth_OpenID_getMathLib().
 Here is the call graph for this function:
 Here is the call graph for this function:| Auth_OpenID_DiffieHellmanSHA1ServerSession::Auth_OpenID_DiffieHellmanSHA1ServerSession | ( | $dh, | |
| $consumer_pubkey | |||
| ) | 
Definition at line 466 of file Server.php.
Referenced by fromMessage().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Reimplemented in Auth_OpenID_DiffieHellmanSHA256ServerSession.
Definition at line 526 of file Server.php.
References $result, Auth_OpenID_DiffieHellmanSHA1ServerSession(), and getDH().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | static | 
Definition at line 472 of file Server.php.
References Auth_OpenID_getMathLib(), and Auth_OpenID_OPENID_NS.
Referenced by fromMessage(), and Auth_OpenID_DiffieHellmanSHA256ServerSession\fromMessage().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| Auth_OpenID_DiffieHellmanSHA1ServerSession::$allowed_assoc_types = array('HMAC-SHA1') | 
Definition at line 463 of file Server.php.
| Auth_OpenID_DiffieHellmanSHA1ServerSession::$hash_func = 'Auth_OpenID_SHA1' | 
Definition at line 464 of file Server.php.
| Auth_OpenID_DiffieHellmanSHA1ServerSession::$needs_math = true | 
Definition at line 462 of file Server.php.
| Auth_OpenID_DiffieHellmanSHA1ServerSession::$session_type = 'DH-SHA1' | 
An object that knows how to handle association requests with the Diffie-Hellman session type.
Definition at line 461 of file Server.php.