ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
DiffieHellman.php File Reference

Go to the source code of this file.

Data Structures

class  Auth_OpenID_DiffieHellman
 

Namespaces

namespace  OpenID
 This is the PHP OpenID library by JanRain, Inc.
 

Functions

 Auth_OpenID_getDefaultMod ()
 
 Auth_OpenID_getDefaultGen ()
 

Function Documentation

◆ Auth_OpenID_getDefaultGen()

Auth_OpenID_getDefaultGen ( )

Definition at line 31 of file DiffieHellman.php.

32{
33 return '2';
34}

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

+ Here is the caller graph for this function:

◆ Auth_OpenID_getDefaultMod()

Auth_OpenID_getDefaultMod ( )

Definition at line 20 of file DiffieHellman.php.

21{
22 return '155172898181473697471232257763715539915724801'.
23 '966915404479707795314057629378541917580651227423'.
24 '698188993727816152646631438561595825688188889951'.
25 '272158842675419950341258706556549803580104870537'.
26 '681476726513255747040765857479291291572334510643'.
27 '245094715007229621094194349783925984760375594985'.
28 '848253359305585439638443';
29}

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

+ Here is the caller graph for this function: