Home
last modified time | relevance | path

Searched defs:builtinSecret (Results 1 – 1 of 1) sorted by relevance

/dports/ftp/sftpgo/sftpgo-2.2.0/kms/
H A Dbuiltin.go12 type builtinSecret struct { struct
13 BaseSecret
26 func (s *builtinSecret) Name() string {
30 func (s *builtinSecret) IsEncrypted() bool {
34 func (s *builtinSecret) deriveKey(key []byte) []byte {
45 func (s *builtinSecret) Encrypt() error {
81 func (s *builtinSecret) Decrypt() error {
123 func (s *builtinSecret) Clone() SecretProvider {