Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/go/testutil/
H A Dtestutil.go273 type DummyKMSClient struct{} struct
278 func (d *DummyKMSClient) Supported(keyURI string) bool {
283 func (d *DummyKMSClient) GetAEAD(keyURI string) (tink.AEAD, error) {