Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/go/integration/gcpkms/
H A Dgcp_kms_client.go44 type gcpClient struct { struct
45 keyURIPrefix string
46 kms *cloudkms.Service
72 func (c *gcpClient) Supported(keyURI string) bool {
77 func (c *gcpClient) GetAEAD(keyURI string) (tink.AEAD, error) {