23#ifndef STORAGE_BITLOCKER_H
24#define STORAGE_BITLOCKER_H
27#include "storage/Filesystems/BlkFilesystem.h"
40 class Bitlocker :
public BlkFilesystem
52 static Bitlocker* load(
Devicegraph* devicegraph,
const xmlNode* node);
59 const Impl& get_impl()
const;
61 virtual Bitlocker* clone()
const override;
63 Bitlocker(Impl* impl);
Class for BitLocker filesystem.
Definition Bitlocker.h:41
static Bitlocker * create(Devicegraph *devicegraph)
Create a device of type BitLocker.
An abstract base class for storage devices.
Definition Device.h:82
The main container of the libstorage-ng.
Definition Devicegraph.h:170
The storage namespace.
Definition Actiongraph.h:40
bool is_bitlocker(const Device *device)
Checks whether device points to an Bitlocker.
Bitlocker * to_bitlocker(Device *device)
Converts pointer to Device to pointer to Bitlocker.