Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EncryptManager ¶
type EncryptManager struct {
// contains filtered or unexported fields
}
func NewEncryptManager ¶
func NewEncryptManager() *EncryptManager
func (*EncryptManager) Encrypt ¶
func (sm *EncryptManager) Encrypt(plaintext string) ([]byte, error)
func (*EncryptManager) UpdateKeys ¶
func (sm *EncryptManager) UpdateKeys(keyringConfig config.DatabaseEncryptionKey)
Click to show internal directories.
Click to hide internal directories.