Searched defs:awsClient (Results 1 – 1 of 1) sorted by relevance
49 type awsClient struct { struct50 keyURIPrefix string51 kms kmsiface.KMSAPI52 encryptionContextName EncryptionContextName57 type ClientOption interface{ set(*awsClient) error }61 func (o option) set(a *awsClient) error { return o(a) }260 func (c *awsClient) Supported(keyURI string) bool {272 func (c *awsClient) GetAEAD(keyURI string) (tink.AEAD, error) {