Versions in this module Expand all Collapse all v1 v1.0.4 Feb 19, 2026 Changes in this version + type Client struct + func New(webexClient *webexsdk.Client, config *Config) *Client + func (c *Client) DecryptMessageContent(encryptionKeyURL string, encryptedContent string) (string, error) + func (c *Client) DecryptText(keyURI string, ciphertext string) (string, error) + func (c *Client) GetKey(keyURI string) (*Key, error) + type Config struct + DefaultCluster string + DisableCache bool + HTTPTimeout time.Duration + func DefaultConfig() *Config + type JWK struct + Alg string + Crv string + D string + E string + Kid string + Kty string + N string + X string + Y string + type KMSMessage struct + Key *Key + KeyURIs []string + Keys []*Key + Method string + RequestID string + Resource map[string]interface{} + ResourceURI string + Status string + URI string + UserIDs []string + type Key struct + JWK JWK + URI string Other modules containing this package github.com/WebexCommunity/webex-go-sdk/v2