package
Version:
v0.0.0-...-9dbb984
Opens a new window with list of versions in this module.
Published: Jul 19, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Encrypted struct {
Nonce []byte
KeyLabel string
CipherText []byte
}
type EncryptionConfig struct {
ActiveKeyLabel string `json:"active_key_label"`
EncryptionKeys map[string]string `json:"encryption_keys"`
}
type KeyManager interface {
EncryptionKey() Key
DecryptionKey(label string) Key
}
Source Files
¶
Directories
¶
Code generated by counterfeiter.
|
Code generated by counterfeiter. |
Click to show internal directories.
Click to hide internal directories.