Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/go/integration/hcvault/
H A Dhcvault_client.go40 type vaultClient struct { struct
41 keyURIPrefix string
42 client *api.Logical
92 func (c *vaultClient) Supported(keyURI string) bool {
97 func (c *vaultClient) GetAEAD(keyURI string) (tink.AEAD, error) {