TYPO3 CMS  TYPO3_6-2
tx_rsaauth_keypair Class Reference
Inheritance diagram for tx_rsaauth_keypair:
TYPO3\CMS\Rsaauth\Keypair TYPO3\CMS\Core\SingletonInterface

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Rsaauth\Keypair
 isReady ()
 
 getExponent ()
 
 setExponent ($exponent)
 
 getPrivateKey ()
 
 setPrivateKey ($privateKey)
 
 getPublicKeyModulus ()
 
 setPublicKey ($publicKeyModulus)
 
- Protected Member Functions inherited from TYPO3\CMS\Rsaauth\Keypair
 hasExponent ()
 
 hasPrivateKey ()
 
 hasPublicKeyModulus ()
 
- Protected Attributes inherited from TYPO3\CMS\Rsaauth\Keypair
 $exponent = 0
 
 $privateKey = ''
 
 $publicKeyModulus = 0
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 5817 of file LegacyClassesForIde.php.