TYPO3  7.6
Public Member Functions | List of all members
AbstractStorage Class Reference
Inheritance diagram for AbstractStorage:
SessionStorage 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 ( )
abstract

Retrieves the key from the storage

Returns
string The key or NULL
put (   $key)
abstract

Stores the key in the storage

Parameters
string$keyThe key