azure

package
v2.16.4 Latest Latest
Warning

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

Go to latest
Published: May 14, 2024 License: AGPL-3.0 Imports: 7 Imported by: 0

Documentation

Overview

Package azure implements KMS backends for Azure Key Vault and Azure managed HSM.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KMSClient

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

KMSClient implements the CloudKMS interface for Azure Key Vault.

func New

func New(ctx context.Context, store kms.Storage, cfg uri.AzureConfig) (*KMSClient, error)

New initializes a KMS client for Azure Key Vault.

func (*KMSClient) Close added in v2.6.0

func (c *KMSClient) Close()

Close is a no-op for Azure.

func (*KMSClient) GetDEK

func (c *KMSClient) GetDEK(ctx context.Context, keyID string, dekSize int) ([]byte, error)

GetDEK fetches an encrypted Data Encryption Key from storage and decrypts it using a KEK stored in Azure Key Vault.

Jump to

Keyboard shortcuts

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