Neos\Flow\Security\Cryptography\OpenSslRsaKey::getModulus PHP Méthode

getModulus() public méthode

Returns the modulus in HEX representation
public getModulus ( ) : string
Résultat string The modulus
    public function getModulus()
    {
        return $this->modulus;
    }