method SubtleCrypto.importKey
Jump to headingSubtleCrypto.importKey(): Promise<CryptoKey>Parameters Jump to heading
Jump to headingformat: "jwk"Jump to headingkeyData: JsonWebKeyJump to headingextractable: booleanJump to headingkeyUsages: KeyUsage[]Return Type Jump to heading
Promise<CryptoKey>Jump to headingSubtleCrypto.importKey(format: Exclude<KeyFormat, "jwk">,keyData: BufferSource,algorithm: ,extractable: boolean,keyUsages: KeyUsage[],): Promise<CryptoKey>Parameters Jump to heading
Jump to headingformat: Exclude<KeyFormat, "jwk">Jump to headingkeyData: BufferSourceJump to headingextractable: booleanJump to headingkeyUsages: KeyUsage[]Return Type Jump to heading
Promise<CryptoKey>