encryptionState property

String? encryptionState
getter/setter pair

The state of memory encryption on the device. Possible string values are:

  • "MEMORY_ENCRYPTION_STATE_UNSPECIFIED" : Memory encryption state is not set.
  • "MEMORY_ENCRYPTION_STATE_UNKNOWN" : The memory encryption state is unknown.
  • "MEMORY_ENCRYPTION_STATE_DISABLED" : Memory encrpytion on the device is disabled.
  • "MEMORY_ENCRYPTION_STATE_TME" : Memory encryption on the device uses total memory encryption.
  • "MEMORY_ENCRYPTION_STATE_MKTME" : Memory encryption on the device uses multi-key total memory encryption.

Implementation

core.String? encryptionState;