Subclass of CIM_Service
Service which configures LUKS formats on block devices.
None
uint32 DeleteEcryptionFormat (LMI_EncryptionFormat Element, CIM_ConcreteJob Job)
Parameters
IN LMI_EncryptionFormat Element
OUT CIM_ConcreteJob Job
uint32 CloseEncryptionFormat (CIM_StorageExtent InExtent)
Parameters
IN CIM_StorageExtent InExtent
uint32 CreateEncryptedFormat (CIM_StorageExtent InExtent, LMI_EncryptionSetting Goal, string Passphrase, CIM_ConcreteJob Job, LMI_EncryptionFormat Format)
Parameters
IN CIM_StorageExtent InExtent
IN LMI_EncryptionSetting Goal
IN string Passphrase
OUT CIM_ConcreteJob Job
OUT LMI_EncryptionFormat Format
uint32 DeletePassphrase (LMI_EncryptionFormat Format, string Passphrase)
Parameters
IN LMI_EncryptionFormat Format
IN string Passphrase
uint32 AddPassphrase (LMI_EncryptionFormat Format, string Passphrase, string NewPassphrase)
Parameters
uint32 ChangePassphrase (LMI_EncryptionFormat Format, string OldPassphrase, string NewPassphrase)
Parameters
uint32 OpenEncryptionFormat (LMI_EncryptionFormat Format, string ElementName, string Passphrase, CIM_StorageExtent Extent)
Parameters
IN LMI_EncryptionFormat Format
IN string ElementName
IN string Passphrase
OUT CIM_StorageExtent Extent