encryption

package
v1.9.0-beta.1 Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2024 License: MPL-2.0 Imports: 16 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(encryptionConfig block.EncryptionSpec, volumeID string, getSystemInformation helpers.SystemInformationGetter) (*Handler, error)

NewHandler creates new Handler.

func (*Handler) Close

func (h *Handler) Close(ctx context.Context, encryptedPath string) error

Close encrypted partition.

func (*Handler) FormatAndEncrypt added in v1.8.0

func (h *Handler) FormatAndEncrypt(ctx context.Context, logger *zap.Logger, path string) error

FormatAndEncrypt formats and encrypts the volume.

func (*Handler) Open

func (h *Handler) Open(ctx context.Context, logger *zap.Logger, devicePath, encryptedName string) (string, []string, error)

Open encrypted partition.

type NodeParams added in v1.5.0

type NodeParams struct {
	UUID string
}

NodeParams contains node information relevant for the encryption handler.

Directories

Path Synopsis
Package helpers defines encryption handlers.
Package helpers defines encryption handlers.
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