Auth_OpenID_TestConsumer::_createDiffieHellman PHP Method

_createDiffieHellman() public method

Use a small (insecure) modulus for this test so that it runs quickly
    function _createDiffieHellman()
    {
        return new Auth_OpenID_DiffieHellman('1235514290909');
    }
Auth_OpenID_TestConsumer