/
home
/
maktab
/
server
/
vendor
/
namshi
/
jose
/
src
/
Namshi
/
JOSE
/
Signer
/
OpenSSL
/
File Upload :
llllll
Current File: //home/maktab/server/vendor/namshi/jose/src/Namshi/JOSE/Signer/OpenSSL/RSA.php
<?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; } }
Copyright ©2k19 -
Hexid
|
Tex7ure