We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67a6602 commit 6c85c96Copy full SHA for 6c85c96
tests/RSAParametersTest.php
@@ -65,6 +65,10 @@ public function canExportKeysAndImportToFile() : void
65
// read previously exported parameters
66
$reader = new RsaParametersReader($locator);
67
$parameters2 = $reader->read();
68
+ $parameters2->setConfig([
69
+ 'private_key_type' => OPENSSL_KEYTYPE_RSA,
70
+ 'private_key_bits' => 2048
71
+ ]);
72
73
74
// create new instance of RSA CSP with imported parameters
0 commit comments