| Current Path : /home/users/unlimited/www/api.xalonx.com/vendor/namshi/jose/src/Namshi/JOSE/Signer/SecLib/ |
| Current File : /home/users/unlimited/www/api.xalonx.com/vendor/namshi/jose/src/Namshi/JOSE/Signer/SecLib/RSA.php |
<?php
namespace Namshi\JOSE\Signer\SecLib;
use phpseclib\Crypt\RSA as CryptRSA;
class RSA extends PublicKey
{
public function __construct()
{
$this->encryptionAlgorithm = new CryptRSA();
}
}