Home
last modified time | relevance | path

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

/external/perfetto/ui/src/common/recordingV2/auth/
Dadb_auth.ts99 jwkPrivate: ValidJsonWebKey; property in AdbKey
111 const jwkPrivate = await crypto.subtle.exportKey('jwk', keyPair.privateKey); constant