Documentation ¶
Index ¶
- Constants
- type Store
- func (s *Store) CreateKey(keyInfo kmstypes.KeyInfo) error
- func (s *Store) DeleteByKeyID(keyID string) error
- func (s *Store) GetKey(keyID string) (kmstypes.KeyInfo, error)
- func (s *Store) GetKeyVersion(keyID, keyVersionID string) (kmstypes.KeyVersionInfo, error)
- func (s *Store) GetKind() kmstypes.StoreKind
- func (s *Store) ListKeysByKind(kind kmstypes.PluginKind) ([]string, error)
- func (s *Store) RotateKeyVersion(keyID string, newKeyVersionInfo kmstypes.KeyVersionInfo) (kmstypes.KeyVersionInfo, error)
Constants ¶
View Source
const (
EnvKeyEtcdEndpoints = "ETCD_ENDPOINTS"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) DeleteByKeyID ¶
func (*Store) GetKeyVersion ¶
func (s *Store) GetKeyVersion(keyID, keyVersionID string) (kmstypes.KeyVersionInfo, error)
func (*Store) ListKeysByKind ¶
func (s *Store) ListKeysByKind(kind kmstypes.PluginKind) ([]string, error)
func (*Store) RotateKeyVersion ¶
func (s *Store) RotateKeyVersion(keyID string, newKeyVersionInfo kmstypes.KeyVersionInfo) (kmstypes.KeyVersionInfo, error)
Click to show internal directories.
Click to hide internal directories.