Skip to content

Commit dee1ecb

Browse files
committed
AC-12680: Decommission manage encryption key feature.
1 parent a4cf5e6 commit dee1ecb

File tree

10 files changed

+12
-471
lines changed

10 files changed

+12
-471
lines changed

app/code/Magento/EncryptionKey/Block/Adminhtml/Crypt/Key/Edit.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
* Encryption key change edit page block
1010
*
1111
* @api
12+
* @deprecated
13+
* @see Extensible Data ReEncryption Mechanism Implemented
1214
* @since 100.0.2
1315
*/
1416
class Edit extends \Magento\Backend\Block\Widget\Form\Container

app/code/Magento/EncryptionKey/Block/Adminhtml/Crypt/Key/Form.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
* Encryption key change form block
1212
*
1313
* @api
14+
* @deprecated
15+
* @see Extensible Data ReEncryption Mechanism Implemented
1416
* @since 100.0.2
1517
*/
1618
class Form extends \Magento\Backend\Block\Widget\Form\Generic

app/code/Magento/EncryptionKey/Controller/Adminhtml/Crypt/Key.php

Lines changed: 0 additions & 20 deletions
This file was deleted.

app/code/Magento/EncryptionKey/Controller/Adminhtml/Crypt/Key/Index.php

Lines changed: 0 additions & 61 deletions
This file was deleted.

app/code/Magento/EncryptionKey/Controller/Adminhtml/Crypt/Key/Save.php

Lines changed: 0 additions & 85 deletions
This file was deleted.

app/code/Magento/EncryptionKey/Model/ResourceModel/Key/Change.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
*
3131
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
3232
* @since 100.0.2
33+
* @deprecated
34+
* @see Extensible Reencryption Mechanism
3335
*/
3436
class Change extends AbstractDb
3537
{
@@ -111,6 +113,8 @@ protected function _construct()
111113
* @param string|null $key
112114
* @return null|string
113115
* @throws FileSystemException|LocalizedException|Exception
116+
* @deprecated
117+
* @see Extensible Reencryption Mechanism
114118
*/
115119
public function changeEncryptionKey($key = null)
116120
{
@@ -148,6 +152,8 @@ public function changeEncryptionKey($key = null)
148152
* Gather all encrypted system config values and re-encrypt them
149153
*
150154
* @return void
155+
* @deprecated
156+
* @see Extensible Reencryption Mechanism
151157
*/
152158
protected function _reEncryptSystemConfigurationValues()
153159
{
@@ -183,6 +189,8 @@ protected function _reEncryptSystemConfigurationValues()
183189
* Gather saved credit card numbers from sales order payments and re-encrypt them
184190
*
185191
* @return void
192+
* @deprecated
193+
* @see Extensible Reencryption Mechanism
186194
*/
187195
protected function _reEncryptCreditCardNumbers()
188196
{

app/code/Magento/EncryptionKey/Test/Unit/Controller/Adminhtml/Crypt/Key/SaveTest.php

Lines changed: 0 additions & 168 deletions
This file was deleted.

0 commit comments

Comments
 (0)