This class represents a block of encrypted data..
Instances of this class will be used in the following S63 processes:
- When an ENC cell is first ingested during the S63 Media Ingest process, two instances of this class will be provided to the OEM by MapLink. The first instance will contain the encrypted TMF data for that cell while the second will hold intermediary data that will be required when ingesting cell updates in future media ingest runs. The OEM should store both instances of this class in their secure data store, using the save functions the class exposes.
- When, during a media ingest process, updates need to be applied to a previously ingested ENC cell, the intermediary data provided to the OEM during the initial cell ingest (or a subsequent update) should be loaded, by the OEM, from their secure data store and returned to MapLink. Once the update or updates have been applied, MapLink will return back to the OEM two updated instances of this class (encrypted TMF and intermediary data) for storage by the OEM.
- During the display and decryption process, MapLink will request from the OEM the encrypted TMF data for each of the cells that are to be displayed. The intermediary data provided to the OEM during the media ingest process will not be required at display time.