Visible to Intel only — GUID: GUID-86631E55-C303-4BAC-8E2F-13540333FA62
Visible to Intel only — GUID: GUID-86631E55-C303-4BAC-8E2F-13540333FA62
Data Migration
In firmware kits Intel® Management Engine (Intel® ME) 11.8.x and above, and Intel® Trusted Execution Engine (Intel® TXE) 3.1.50.x and above, a change in the firmware Secure Version Number (SVN) during the firmware update flow will change the Pbind key. When this happens, applets lose all the data that was encrypted using the old Pbind key and stored on the host.
The DataMigration class in the com.intel.crypto package provides applets the ability to migrate their data that was encrypted and signed with the previous Pbind key to the new Pbind key. Only a single migration step is supported, i.e., if the firmware SVN was incremented from X to X+1 and then to X+2, and the applet did not migrate its data from Pbind X to Pbind X + 1, the data will be lost.
Class documentation: com.intel.crypto.DataMigration
See the Secure Data Migration sample for more details on the migration flow.
Supported from API level 8