Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/go/integration/awskms/
H A Daws_kms_client.go49 type awsClient struct { struct
50 keyURIPrefix string
51 kms kmsiface.KMSAPI
52 encryptionContextName EncryptionContextName
57 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) {