Neos\Flow\Security\Cryptography\OpenSslRsaKey::getModulus PHP Method

getModulus() public method

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