Property | Type | Description | |
---|---|---|---|
$keyString | string | ||
$modulus | string |
Method | Description | |
---|---|---|
__construct ( string $modulus, string $keyString ) | Constructor | |
getKeyString ( ) : string | Returns the key string | |
getModulus ( ) : string | Returns the modulus in HEX representation |
public __construct ( string $modulus, string $keyString ) | ||
$modulus | string | The HEX modulus |
$keyString | string | The private key string |
public getKeyString ( ) : string | ||
return | string | The key string |
public getModulus ( ) : string | ||
return | string | The modulus |