encryption

package
v1.0.0-beta.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 4, 2022 License: MPL-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package encryption provides modules for the partition encryption handling.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler struct {
	// contains filtered or unexported fields
}

Handler reads encryption config, creates appropriate encryption provider, handles encrypted partition open and close.

func NewHandler

func NewHandler(device *blockdevice.BlockDevice, partition *gpt.Partition, encryptionConfig config.Encryption) (*Handler, error)

NewHandler creates new Handler.

func (*Handler) Close

func (h *Handler) Close() error

Close encrypted partition.

func (*Handler) Open

func (h *Handler) Open() (string, error)

Open encrypted partition.

Directories

Path Synopsis
Package keys contains various encryption KeyHandler implementations.
Package keys contains various encryption KeyHandler implementations.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL