Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/go/testing/fakekms/
H A Dfakekms.go45 type fakeClient struct { struct
46 uriPrefix string
61 func (c *fakeClient) Supported(keyURI string) bool {
66 func (c *fakeClient) GetAEAD(keyURI string) (tink.AEAD, error) {