TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Rsaauth\RsaEncryptionDecoder Class Reference
Inheritance diagram for TYPO3\CMS\Rsaauth\RsaEncryptionDecoder:
TYPO3\CMS\Core\SingletonInterface

Public Member Functions

 decrypt ($data)
 
 isAvailable ()
 

Protected Member Functions

 decryptDataArray (array $data)
 
 getKey ()
 
 getBackend ()
 
 getStorage ()
 

Protected Attributes

 $backend = null
 
 $storage = null
 
 $key = null
 

Detailed Description

This class decodes rsa protected data

Definition at line 22 of file RsaEncryptionDecoder.php.

Member Function Documentation

◆ decrypt()

TYPO3\CMS\Rsaauth\RsaEncryptionDecoder::decrypt (   $data)

◆ decryptDataArray()

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

◆ getBackend()

TYPO3\CMS\Rsaauth\RsaEncryptionDecoder::getBackend ( )
protected

◆ getKey()

◆ getStorage()

◆ isAvailable()

TYPO3\CMS\Rsaauth\RsaEncryptionDecoder::isAvailable ( )

Member Data Documentation

◆ $backend

TYPO3\CMS\Rsaauth\RsaEncryptionDecoder::$backend = null
protected

◆ $key

TYPO3\CMS\Rsaauth\RsaEncryptionDecoder::$key = null
protected

◆ $storage

TYPO3\CMS\Rsaauth\RsaEncryptionDecoder::$storage = null
protected