apexCteEncryptionMode
OBJECT-TYPE
1.3.6.1.4.1.1166.1.31.20.1.2.1
Description
This parameter is used to set the Encryption Mode. It applies to all services on all QAMs in CTE mode. - 'full' - The APEX will use Full encryption. The APEX will only be able to encrypt programs in Full encryption mode if the APEX is able to communicate with an RDS. - 'fwk' - The APEX will use Fixed Working Key (FWK) encryption. - 'fpk' - The APEX will use Fixed Program Key (FPK) encryption. The APEX will not attempt to get EMMs. - 'clear' - The APEX performs no encryption of output programs. If the APEX is unable to encrypt programs in the configured mode, then those programs will not be mapped. Once written, the change to this parameter will only take immediate effect after apexCteApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexCteApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini')
Syntax
INTEGER { full (1), fwk (2), fpk (3), clear (4) }