$prime
$prime : string
The hexadecimal representation of a prime number, also knows as p
.
Class ExchangeInformation - The key exchange information data object.
__construct(string $prime = '', string $generator = '', string $privateKey = '', string $publicKey = '')
Exchange information constructor.
string | $prime | The hexadecimal representation of a prime number, also knows as |
string | $generator | The hexadecimal generator number, a primitive root modulo of |
string | $privateKey | The private key. |
string | $publicKey | The public key. |
Validation errors.
__set(mixed $name, mixed $value)
Magic method invoked when attempting to create or modify of an inaccessible or a non-existent property.
mixed | $name | The property name. |
mixed | $value | The property value. |
The property does not exist or is from another type.