WebCryptoSubtleCrypto.importKeymethod SubtleCrypto.importKey#SubtleCrypto.importKey(format: "jwk",keyData: JsonWebKey,algorithm: AlgorithmIdentifier | HmacImportParams | RsaHashedImportParams | EcKeyImportParams,extractable: boolean,keyUsages: KeyUsage[],): Promise<CryptoKey>Parameters ##format: "jwk"#keyData: JsonWebKey#algorithm: AlgorithmIdentifier | HmacImportParams | RsaHashedImportParams | EcKeyImportParams#extractable: boolean#keyUsages: KeyUsage[]Return Type #Promise<CryptoKey>#SubtleCrypto.importKey(format: Exclude<KeyFormat, "jwk">,keyData: BufferSource,algorithm: AlgorithmIdentifier | HmacImportParams | RsaHashedImportParams | EcKeyImportParams,extractable: boolean,keyUsages: KeyUsage[],): Promise<CryptoKey>Parameters ##format: Exclude<KeyFormat, "jwk">#keyData: BufferSource#algorithm: AlgorithmIdentifier | HmacImportParams | RsaHashedImportParams | EcKeyImportParams#extractable: boolean#keyUsages: KeyUsage[]Return Type #Promise<CryptoKey>
method SubtleCrypto.importKey#SubtleCrypto.importKey(format: "jwk",keyData: JsonWebKey,algorithm: AlgorithmIdentifier | HmacImportParams | RsaHashedImportParams | EcKeyImportParams,extractable: boolean,keyUsages: KeyUsage[],): Promise<CryptoKey>Parameters ##format: "jwk"#keyData: JsonWebKey#algorithm: AlgorithmIdentifier | HmacImportParams | RsaHashedImportParams | EcKeyImportParams#extractable: boolean#keyUsages: KeyUsage[]Return Type #Promise<CryptoKey>#SubtleCrypto.importKey(format: Exclude<KeyFormat, "jwk">,keyData: BufferSource,algorithm: AlgorithmIdentifier | HmacImportParams | RsaHashedImportParams | EcKeyImportParams,extractable: boolean,keyUsages: KeyUsage[],): Promise<CryptoKey>Parameters ##format: Exclude<KeyFormat, "jwk">#keyData: BufferSource#algorithm: AlgorithmIdentifier | HmacImportParams | RsaHashedImportParams | EcKeyImportParams#extractable: boolean#keyUsages: KeyUsage[]Return Type #Promise<CryptoKey>