![]() |
TYPO3
7.6
|
Public Member Functions | |
decrypt ($data) | |
isAvailable () | |
Protected Member Functions | |
decryptDataArray (array $data) | |
getKey () | |
getBackend () | |
getStorage () | |
Protected Attributes | |
$backend = null | |
$storage = null | |
$key = null | |
This class decodes rsa protected data
Definition at line 22 of file RsaEncryptionDecoder.php.
decrypt | ( | $data | ) |
string | array | $data |
Definition at line 43 of file RsaEncryptionDecoder.php.
References RsaEncryptionDecoder\decryptDataArray(), RsaEncryptionDecoder\getKey(), RsaEncryptionDecoder\getStorage(), and RsaEncryptionDecoder\isAvailable().
|
protected |
array | $data |
Definition at line 68 of file RsaEncryptionDecoder.php.
References RsaEncryptionDecoder\$key, StringUtility\beginsWith(), RsaEncryptionDecoder\getBackend(), and RsaEncryptionDecoder\getKey().
Referenced by RsaEncryptionDecoder\decrypt().
|
protected |
Definition at line 111 of file RsaEncryptionDecoder.php.
References RsaEncryptionDecoder\$backend.
Referenced by RsaEncryptionDecoder\decryptDataArray(), and RsaEncryptionDecoder\isAvailable().
|
protected |
Definition at line 95 of file RsaEncryptionDecoder.php.
References RsaEncryptionDecoder\$key, and RsaEncryptionDecoder\getStorage().
Referenced by RsaEncryptionDecoder\decrypt(), and RsaEncryptionDecoder\decryptDataArray().
|
protected |
Definition at line 123 of file RsaEncryptionDecoder.php.
References RsaEncryptionDecoder\$storage.
Referenced by RsaEncryptionDecoder\decrypt(), and RsaEncryptionDecoder\getKey().
isAvailable | ( | ) |
Definition at line 59 of file RsaEncryptionDecoder.php.
References RsaEncryptionDecoder\getBackend().
Referenced by RsaEncryptionDecoder\decrypt().
|
protected |
Definition at line 27 of file RsaEncryptionDecoder.php.
Referenced by RsaEncryptionDecoder\getBackend().
|
protected |
Definition at line 37 of file RsaEncryptionDecoder.php.
Referenced by RsaEncryptionDecoder\decryptDataArray(), and RsaEncryptionDecoder\getKey().
|
protected |
Definition at line 32 of file RsaEncryptionDecoder.php.
Referenced by RsaEncryptionDecoder\getStorage().