23 #ifndef STORAGE_PLAIN_ENCRYPTION_H 24 #define STORAGE_PLAIN_ENCRYPTION_H 27 #include "storage/Devices/Encryption.h" 62 const Impl& get_impl()
const;
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< PlainEncryption * > get_all(Devicegraph *devicegraph)
Get all PlainEncryptiones.
An plain encryption layer on a block device.
Definition: PlainEncryption.h:40
The storage namespace.
Definition: Actiongraph.h:37
bool is_plain_encryption(const Device *device)
Checks whether device points to a PlainEncryption.
PlainEncryption * to_plain_encryption(Device *device)
Converts pointer to Device to pointer to PlainEncryption.