23 #ifndef STORAGE_LUKS_H 24 #define STORAGE_LUKS_H 27 #include "storage/Devices/Encryption.h" 42 static Luks* create(
Devicegraph* devicegraph,
const std::string& dm_name);
60 const Impl& get_impl()
const;
62 virtual Luks* clone()
const override;
71 bool is_luks(
const Device* device);
Luks * to_luks(Device *device)
Converts pointer to Device to pointer to Luks.
An encryption layer on a blk device.
Definition: Encryption.h:45
The master container of the libstorage.
Definition: Devicegraph.h:153
An abstract base class of storage devices, and a vertex in the Devicegraph.
Definition: Device.h:75
static std::vector< Luks * > get_all(Devicegraph *devicegraph)
Get all Lukses.
An luks encryption layer on a block device.
Definition: Luks.h:38
The storage namespace.
Definition: Actiongraph.h:37