ILIAS  Release_4_1_x_branch Revision 61804
 All Data Structures Namespaces Files Functions Variables Groups Pages
Auth_OpenID_DiffieHellmanSHA256ConsumerSession Class Reference
+ Inheritance diagram for Auth_OpenID_DiffieHellmanSHA256ConsumerSession:
+ Collaboration diagram for Auth_OpenID_DiffieHellmanSHA256ConsumerSession:

Data Fields

 $session_type = 'DH-SHA256'
 $hash_func = 'Auth_OpenID_SHA256'
 $secret_size = 32
 $allowed_assoc_types = array('HMAC-SHA256')
- Data Fields inherited from Auth_OpenID_DiffieHellmanSHA1ConsumerSession
 $session_type = 'DH-SHA1'
 $hash_func = 'Auth_OpenID_SHA1'
 $secret_size = 20
 $allowed_assoc_types = array('HMAC-SHA1')

Additional Inherited Members

- Public Member Functions inherited from Auth_OpenID_DiffieHellmanSHA1ConsumerSession
 Auth_OpenID_DiffieHellmanSHA1ConsumerSession ($dh=null)
 getRequest ()
 extractSecret ($response)

Detailed Description

Definition at line 515 of file Consumer.php.

Field Documentation

Auth_OpenID_DiffieHellmanSHA256ConsumerSession::$allowed_assoc_types = array('HMAC-SHA256')

Definition at line 520 of file Consumer.php.

Auth_OpenID_DiffieHellmanSHA256ConsumerSession::$hash_func = 'Auth_OpenID_SHA256'

Definition at line 518 of file Consumer.php.

Auth_OpenID_DiffieHellmanSHA256ConsumerSession::$secret_size = 32

Definition at line 519 of file Consumer.php.

Auth_OpenID_DiffieHellmanSHA256ConsumerSession::$session_type = 'DH-SHA256'

Definition at line 517 of file Consumer.php.


The documentation for this class was generated from the following file: