TYPO3  7.6
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
KeypairTest Class Reference
Inheritance diagram for KeypairTest:

Public Member Functions

 classIsSingleton ()
 
 getExponentInitiallyReturnsZero ()
 
 setExponentSetsExponent ()
 
 setExponentCalledTwoTimesThrowsException ()
 
 getPrivateKeyInitiallyReturnsEmptyString ()
 
 setPrivateKeySetsPrivateKey ()
 
 setPrivateKeyCalledTwoTimesThrowsException ()
 
 getPublicKeyModulusInitiallyReturnsZero ()
 
 setPublicKeySetsPublicKeyModulus ()
 
 setPublicKeyCalledTwoTimesThrowsException ()
 
 isReadyForExponentSetAndPrivateKeySetAndPublicKeyModulusSetReturnsTrue ()
 
 isReadyForNothingSetReturnsFalse ()
 
 isReadyForExponentSetAndPrivateKeySetAndPublicKeyModulusMissingReturnsFalse ()
 
 isReadyForExponentSetAndPrivateMissingSetAndPublicKeyModulusSetReturnsFalse ()
 
 isReadyForExponentMissingAndPrivateKeySetAndPublicKeyModulusSetReturnsFalse ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

 $subject = null
 

Detailed Description

Test case.

Definition at line 22 of file KeypairTest.php.

Member Function Documentation

classIsSingleton ( )
Test:

Definition at line 37 of file KeypairTest.php.

getExponentInitiallyReturnsZero ( )
Test:

Definition at line 48 of file KeypairTest.php.

getPrivateKeyInitiallyReturnsEmptyString ( )
Test:

Definition at line 83 of file KeypairTest.php.

getPublicKeyModulusInitiallyReturnsZero ( )
Test:

Definition at line 118 of file KeypairTest.php.

isReadyForExponentMissingAndPrivateKeySetAndPublicKeyModulusSetReturnsFalse ( )
Test:

Definition at line 203 of file KeypairTest.php.

isReadyForExponentSetAndPrivateKeySetAndPublicKeyModulusMissingReturnsFalse ( )
Test:

Definition at line 177 of file KeypairTest.php.

isReadyForExponentSetAndPrivateKeySetAndPublicKeyModulusSetReturnsTrue ( )
Test:

Definition at line 153 of file KeypairTest.php.

isReadyForExponentSetAndPrivateMissingSetAndPublicKeyModulusSetReturnsFalse ( )
Test:

Definition at line 190 of file KeypairTest.php.

isReadyForNothingSetReturnsFalse ( )
Test:

Definition at line 167 of file KeypairTest.php.

setExponentCalledTwoTimesThrowsException ( )
Test:

Definition at line 74 of file KeypairTest.php.

setExponentSetsExponent ( )
Test:

Definition at line 59 of file KeypairTest.php.

setPrivateKeyCalledTwoTimesThrowsException ( )
Test:

Definition at line 109 of file KeypairTest.php.

setPrivateKeySetsPrivateKey ( )
Test:

Definition at line 94 of file KeypairTest.php.

setPublicKeyCalledTwoTimesThrowsException ( )
Test:

Definition at line 144 of file KeypairTest.php.

setPublicKeySetsPublicKeyModulus ( )
Test:

Definition at line 129 of file KeypairTest.php.

setUp ( )
protected

Definition at line 29 of file KeypairTest.php.

Member Data Documentation

$subject = null
protected

Definition at line 27 of file KeypairTest.php.