‪TYPO3CMS  9.5
TYPO3\CMS\Rsaauth\RsaEncryptionDecoder Class Reference
Inheritance diagram for TYPO3\CMS\Rsaauth\RsaEncryptionDecoder:
TYPO3\CMS\Core\SingletonInterface

Public Member Functions

string array decrypt ($data)
 
bool isAvailable ()
 

Protected Member Functions

array decryptDataArray (array $data)
 
string getKey ()
 
Backend AbstractBackend null getBackend ()
 
Storage AbstractStorage getStorage ()
 

Protected Attributes

Backend AbstractBackend $backend
 
Storage AbstractStorage $storage
 
string $key
 

Detailed Description

This class decodes rsa protected data

Definition at line 20 of file RsaEncryptionDecoder.php.

Member Function Documentation

◆ decrypt()

◆ decryptDataArray()

array TYPO3\CMS\Rsaauth\RsaEncryptionDecoder::decryptDataArray ( array  $data)
protected

◆ getBackend()

Backend AbstractBackend null TYPO3\CMS\Rsaauth\RsaEncryptionDecoder::getBackend ( )
protected

◆ getKey()

string TYPO3\CMS\Rsaauth\RsaEncryptionDecoder::getKey ( )
protected

◆ getStorage()

Storage AbstractStorage TYPO3\CMS\Rsaauth\RsaEncryptionDecoder::getStorage ( )
protected

◆ isAvailable()

Member Data Documentation

◆ $backend

Backend AbstractBackend TYPO3\CMS\Rsaauth\RsaEncryptionDecoder::$backend
protected

◆ $key

string TYPO3\CMS\Rsaauth\RsaEncryptionDecoder::$key
protected

◆ $storage

Storage AbstractStorage TYPO3\CMS\Rsaauth\RsaEncryptionDecoder::$storage
protected