BlockDev.CryptoLUKSInfo¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
backing_device |
r/w |
name of the underlying block device |
|
cipher |
r/w |
used cipher (e.g. “aes”) |
|
label |
r/w |
label of the LUKS device (valid only for LUKS 2) |
|
metadata_size |
r/w |
LUKS metadata size |
|
mode |
r/w |
used cipher mode (e.g. “xts-plain”) |
|
sector_size |
r/w |
size (in bytes) of encryption sector Note: sector size is valid only for LUKS 2 |
|
subsystem |
r/w |
subsystem of the LUKS device (valid only for LUKS 2) |
|
uuid |
r/w |
UUID of the LUKS device |
|
version |
r/w |
LUKS version |
Methods¶
None
Details¶
- class BlockDev.CryptoLUKSInfo¶