2 namespace TYPO3\CMS\Rsaauth\Tests\Unit\Backend;
31 if (TYPO3_OS ===
'WIN') {
32 $this->markTestSkipped(
'This test is not available on Windows.');
43 $keyPair = $this->subject->createNewKeyPair();
44 if ($keyPair === null) {
45 $this->markTestSkipped(
'KeyPair could not be generated. Maybe openssl was not found.');
48 $this->assertTrue($keyPair->isReady());
56 $keyPair = $this->subject->createNewKeyPair();
57 if ($keyPair === null) {
58 $this->markTestSkipped(
'KeyPair could not be generated. Maybe openssl was not found.');
63 $keyPair->getExponent()
73 $this->subject->createNewKeyPair(),
74 $this->subject->createNewKeyPair()