ILIAS  release_4-4 Revision
All Data Structures Namespaces Files Functions Variables Modules Pages
DiffieHellman.php File Reference

Go to the source code of this file.

Data Structures

class  Auth_OpenID_DiffieHellman
 

Namespaces

 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()

Auth_OpenID_getDefaultGen ( )

Definition at line 31 of file DiffieHellman.php.

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

32 {
33  return '2';
34 }
+ Here is the caller graph for this function:

◆ Auth_OpenID_getDefaultMod()

Auth_OpenID_getDefaultMod ( )

Definition at line 20 of file DiffieHellman.php.

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

21 {
22  return '155172898181473697471232257763715539915724801'.
23  '966915404479707795314057629378541917580651227423'.
24  '698188993727816152646631438561595825688188889951'.
25  '272158842675419950341258706556549803580104870537'.
26  '681476726513255747040765857479291291572334510643'.
27  '245094715007229621094194349783925984760375594985'.
28  '848253359305585439638443';
29 }
+ Here is the caller graph for this function: