providers

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package providers contains a generic provider errors.

Index

Constants

This section is empty.

Variables

View Source
var ErrConfig = errors.New("MKP config error")

ErrConfig is returned when the master key provider has a configuration error.

View Source
var ErrFilterKeyNotAllowed = errors.New("MKP key not allowed by filter")

ErrFilterKeyNotAllowed is returned when the master key provider has a key that is not allowed by the filter.

View Source
var ErrMasterKeyProvider = errors.New("MKP error")

ErrMasterKeyProvider is a generic error for master key provider.

View Source
var ErrMasterKeyProviderDecrypt = errors.New("MKP decrypt error")

ErrMasterKeyProviderDecrypt is returned when the master key provider fails to decrypt.

View Source
var ErrMasterKeyProviderDecryptForbidden = errors.New("MKP decrypt forbidden error")

ErrMasterKeyProviderDecryptForbidden is returned when the master key provider fails to decrypt due to forbidden access or filtering.

View Source
var ErrMasterKeyProviderEncrypt = errors.New("MKP encrypt error")

ErrMasterKeyProviderEncrypt is returned when the master key provider fails to encrypt.

View Source
var ErrMasterKeyProviderNoPrimaryKey = errors.New("MKP no primary key")

ErrMasterKeyProviderNoPrimaryKey is returned when the master key provider has no primary key.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
Package keyprovider provides a way to create KeyProvider via alias.
Package keyprovider provides a way to create KeyProvider via alias.
Package kmsprovider contains KMS Master Key Provider implementation.
Package kmsprovider contains KMS Master Key Provider implementation.
Package rawprovider contains Raw Master Key Provider implementation.
Package rawprovider contains Raw Master Key Provider implementation.

Jump to

Keyboard shortcuts

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