ILIAS  Release_4_1_x_branch Revision 61804
 All Data Structures Namespaces Files Functions Variables Groups Pages
DiffieHellman.php File Reference

Go to the source code of this file.

Data Structures

class  Auth_OpenID_DiffieHellman

Namespaces

namespace  OpenID
 This module contains code for dealing with associations between consumers and servers.

Functions

 Auth_OpenID_getDefaultMod ()
 Auth_OpenID_getDefaultGen ()

Function Documentation

Auth_OpenID_getDefaultGen ( )

Definition at line 31 of file DiffieHellman.php.

Referenced by Auth_OpenID_DiffieHellman\Auth_OpenID_DiffieHellman(), and Auth_OpenID_DiffieHellman\usingDefaultValues().

{
return '2';
}

+ Here is the caller graph for this function:

Auth_OpenID_getDefaultMod ( )

Definition at line 20 of file DiffieHellman.php.

Referenced by Auth_OpenID_DiffieHellman\Auth_OpenID_DiffieHellman(), and Auth_OpenID_DiffieHellman\usingDefaultValues().

{
return '155172898181473697471232257763715539915724801'.
'966915404479707795314057629378541917580651227423'.
'698188993727816152646631438561595825688188889951'.
'272158842675419950341258706556549803580104870537'.
'681476726513255747040765857479291291572334510643'.
'245094715007229621094194349783925984760375594985'.
'848253359305585439638443';
}

+ Here is the caller graph for this function: