# Function: parseJwk [jwk/parse](../modules/jwk_parse.md).parseJwk ▸ **parseJwk**(`jwk`, `alg?`, `octAsKeyObject?`): `Promise`<[`KeyLike`](../types/types.KeyLike.md) \| `Uint8Array`\> **`deprecated`** use `jose/key/import` #### Parameters | Name | Type | | :------ | :------ | | `jwk` | [`JWK`](../interfaces/types.JWK.md) | | `alg?` | `string` | | `octAsKeyObject?` | `boolean` | #### Returns `Promise`<[`KeyLike`](../types/types.KeyLike.md) \| `Uint8Array`\>