Neos\Flow\Security\Cryptography\OpenSslRsaKey::getModulus PHP 메소드

getModulus() 공개 메소드

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