(length?: number)
| 472 | const payload = JSON.stringify(raw) |
| 473 | const result = await send_rpc_request<GetTlsKeyResponse>(this.endpoint, '/prpc/Tappd.DeriveKey', payload) |
| 474 | const asUint8Array = (length?: number) => x509key_to_uint8array(result.key, length) |
| 475 | return Object.freeze({ |
| 476 | ...result, |
| 477 | asUint8Array, |
no test coverage detected