Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EncryptionKeyManager ¶
type EncryptionKeyManager struct {
Enabled bool
// contains filtered or unexported fields
}
func NewEncryptionKeyManager ¶
func NewEncryptionKeyManager(logger *log.Logger) (*EncryptionKeyManager, error)
func (*EncryptionKeyManager) GetEncryptionKey ¶
func (m *EncryptionKeyManager) GetEncryptionKey() ([]byte, error)
type KeyAdapter ¶
Click to show internal directories.
Click to hide internal directories.