Versions in this module Expand all Collapse all v0 v0.2.1 Sep 11, 2024 Changes in this version + type Auth struct + func NewClientCertificateAuth(cert, key, cacert string) *Auth + func (a *Auth) IsClientCertAuth() bool + type KMSHandler struct + func NewKMSServer(url string, timeout int, kmsAuth *Auth) *KMSHandler + func (q *KMSHandler) GetKeyByID(keyID string) (*Key, error) + func (q *KMSHandler) GetNewKey() (*Key, error) + type Key struct + ID string + Key string + func (k *Key) GetID() string + func (k *Key) GetKey() string