TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Rsaauth\Storage\AbstractStorage Class Reference
Inheritance diagram for TYPO3\CMS\Rsaauth\Storage\AbstractStorage:
TYPO3\CMS\Rsaauth\Storage\SessionStorage TYPO3\CMS\Rsaauth\Storage\SplitStorage

Public Member Functions

 get ()
 
 put ($key)
 

Detailed Description

This class contains the abstract storage for the RSA private keys

Definition at line 20 of file AbstractStorage.php.

Member Function Documentation

◆ get()

TYPO3\CMS\Rsaauth\Storage\AbstractStorage::get ( )
abstract

Retrieves the key from the storage

Returns
string The key or NULL

◆ put()

TYPO3\CMS\Rsaauth\Storage\AbstractStorage::put (   $key)
abstract

Stores the key in the storage

Parameters
string$keyThe key