method SubtleCrypto.importKey
Jump to headingSubtleCrypto.importKey(): Promise<CryptoKey>
Parameters Jump to heading
Jump to headingformat: "jwk"
Jump to headingkeyData: JsonWebKey
Jump to headingextractable: boolean
Jump 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: BufferSource
Jump to headingextractable: boolean
Jump to headingkeyUsages: KeyUsage[]
Return Type Jump to heading
Promise<CryptoKey>