관리-도구
편집 파일: 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(); } }