mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-27 03:42:40 +00:00
X509: code cleanup
This commit is contained in:
parent
1669e24269
commit
596d122a76
@ -1235,8 +1235,6 @@ class X509
|
|||||||
case 'rsaEncryption':
|
case 'rsaEncryption':
|
||||||
$rsa = new RSA();
|
$rsa = new RSA();
|
||||||
$rsa->load($publicKey);
|
$rsa->load($publicKey);
|
||||||
//zzzzz
|
|
||||||
$rsa->setPublicKey();
|
|
||||||
|
|
||||||
switch ($signatureAlgorithm) {
|
switch ($signatureAlgorithm) {
|
||||||
case 'md2WithRSAEncryption':
|
case 'md2WithRSAEncryption':
|
||||||
|
Loading…
Reference in New Issue
Block a user