File manager - Edit - /home/autoph/public_html/projects/vendor/namshi/jose/src/Namshi/JOSE/Signer/OpenSSL/RSA.php
Back
<?php namespace Namshi\JOSE\Signer\OpenSSL; /** * Class responsible to sign inputs with the a RSA algorithm, after hashing it. */ abstract class RSA extends PublicKey { /** * {@inheritdoc} */ protected function getSupportedPrivateKeyType() { return defined('OPENSSL_KEYTYPE_RSA') ? OPENSSL_KEYTYPE_RSA : false; } }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0 |
proxy
|
phpinfo
|
Settings