Actions
Bug #84497
closedRsaEncryptionEncoder::getRsaPublicKey() must not be deprecated
Start date:
2018-03-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
With #84407 the RsaEncryptionEncoder::getRsaPublicKey()
method was deprecated since it is used in the now deprecated request handling of that class.
However that method has value for 3rd party code too since otherwise people need to copy these lines into their code.
The method should not be deprecated. In fact RsaPublicKeyGenerationController
should probably use it too to avoid code duplication.
Actions