PHP Class Neos\Flow\Security\Cryptography\OpenSslRsaKey

Datei anzeigen Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Property Type Description
$keyString string
$modulus string

Public Methods

Method Description
__construct ( string $modulus, string $keyString ) Constructor
getKeyString ( ) : string Returns the key string
getModulus ( ) : string Returns the modulus in HEX representation

Method Details

__construct() public method

Constructor
public __construct ( string $modulus, string $keyString )
$modulus string The HEX modulus
$keyString string The private key string

getKeyString() public method

Returns the key string
public getKeyString ( ) : string
return string The key string

getModulus() public method

Returns the modulus in HEX representation
public getModulus ( ) : string
return string The modulus

Property Details

$keyString protected_oe property

protected string $keyString
return string

$modulus protected_oe property

protected string $modulus
return string