Open Enclave  0.15.0

◆ oe_seal_setting_type_t

Enumerator
OE_SEAL_SETTING_POLICY 

Desired sealing policy - either OE_SEAL_POLICY_UNIQUE or OE_SEAL_POLICY_PRODUCT.

OE_SEAL_SETTING_ADDITIONAL_CONTEXT 

Additional context to be included in seal key derivation.

Please note that not every seal plug-in supports this setting, in which case \coe_seal() will return OE_UNSUPPORTED. It's highly recommended NOT to specify this setting.

OE_SEAL_SETTING_IV 

IV (Initialization Vector) to use should the underlying cipher require one.

It's highly recommended NOT to specify this setting.

OE_SEAL_SETTING_MAX 

Upper bound of seal setting types.

No seal setting types shall be defined at or above this.

OE_SEAL_SETTING_PLUGIN_DEFINED 

Lower bound of plug-in defined setting types.

All values below this are reserved by OpenEnclave SDK.