TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Rsaauth\Storage\AbstractStorage Class Reference
Inheritance diagram for TYPO3\CMS\Rsaauth\Storage\AbstractStorage:
tx_rsaauth_abstract_storage TYPO3\CMS\Rsaauth\Storage\SessionStorage TYPO3\CMS\Rsaauth\Storage\SplitStorage tx_rsaauth_session_storage tx_rsaauth_split_storage

Public Member Functions

 get ()
 
 put ($key)
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! This class contains the abstract storage for the RSA private keys

Author
Dmitry Dulepov dmitr.nosp@m.y@ty.nosp@m.po3.o.nosp@m.rg

Definition at line 21 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