Public Member Functions | |
| __construct (BigInteger $gen, BigInteger $modulus) | |
| getGen () | |
| |
| getModulus () | |
| |
Static Public Member Functions | |
| static | create (BigInteger $gen, BigInteger $modulus) |
| |
Private Attributes | |
| $gen = null | |
| $modulus = null | |
Definition at line 18 of file DiffieHellmanParameters.class.php.
| DiffieHellmanParameters::__construct | ( | BigInteger $ | gen, | |
| BigInteger $ | modulus | |||
| ) |
Definition at line 23 of file DiffieHellmanParameters.class.php.
| static DiffieHellmanParameters::create | ( | BigInteger $ | gen, | |
| BigInteger $ | modulus | |||
| ) | [static] |
| DiffieHellmanParameters::getGen | ( | ) |
Definition at line 42 of file DiffieHellmanParameters.class.php.
Referenced by DiffieHellmanKeyPair::generate().
| DiffieHellmanParameters::getModulus | ( | ) |
Definition at line 50 of file DiffieHellmanParameters.class.php.
Referenced by DiffieHellmanKeyPair::generate().
DiffieHellmanParameters::$gen = null [private] |
Definition at line 20 of file DiffieHellmanParameters.class.php.
DiffieHellmanParameters::$modulus = null [private] |
Definition at line 21 of file DiffieHellmanParameters.class.php.
1.5.4