PHP Class Neos\Flow\Security\Cryptography\OpenSslRsaKey

Afficher le fichier Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Свойство Type Description
$keyString string
$modulus string

Méthodes publiques

Méthode 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 méthode

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

getKeyString() public méthode

Returns the key string
public getKeyString ( ) : string
Résultat string The key string

getModulus() public méthode

Returns the modulus in HEX representation
public getModulus ( ) : string
Résultat string The modulus

Property Details

$keyString protected_oe property

protected string $keyString
Résultat string

$modulus protected_oe property

protected string $modulus
Résultat string