Deprecation: #84407 - AJAX request methods in RsaEncryptionEncoder
See forge#84407
Description
All methods related to AJAX requests in
\TYPO3\ have been marked as deprecated:
getRsa Public Key Ajax Handler ()
The rsa_ AJAX route has been adapted to use the
\TYPO3\ which was already used for RSA key retrieval via
eID in the frontend.
Impact
Calling the above method on an instance of
Rsa will throw a deprecation warning in v9 and a
PHP fatal in v10.
Affected Installations
All extensions that call the deprecated method are affected.
Migration
Extensions should use the AJAX route rsa_ instead of the deprecated method.