23 #ifndef STORAGE_BITLOCKER_V2_H 24 #define STORAGE_BITLOCKER_V2_H 27 #include "storage/Devices/Encryption.h" 83 const Impl& get_impl()
const;
static void reset_activation_infos()
The library keeps track of whether the activation of a specific BitLocker device was canceled and of ...
BitlockerV2 * to_bitlocker_v2(Device *device)
Converts pointer to Device to pointer to BitlockerV2.
An encryption layer on a blk device.
Definition: Encryption.h:54
static BitlockerV2 * create(Devicegraph *devicegraph, const std::string &dm_table_name)
Create a device of type BitlockerV2.
bool is_bitlocker_v2(const Device *device)
Checks whether device points to a BitlockerV2.
const std::string & get_uuid() const
Get the BitLocker UUID.
The main container of the libstorage-ng.
Definition: Devicegraph.h:169
An abstract base class for storage devices.
Definition: Device.h:81
static std::vector< BitlockerV2 * > get_all(Devicegraph *devicegraph)
Get all BitlockerV2s.
A BitLocker layer on a block device.
Definition: BitlockerV2.h:42
The storage namespace.
Definition: Actiongraph.h:38