method SubtleCrypto.generateKey
Jump to headingSubtleCrypto.generateKey(): Promise<CryptoKeyPair>Parameters Jump to heading
Jump to headingalgorithm: RsaHashedKeyGenParams | EcKeyGenParamsJump to headingextractable: booleanJump to headingkeyUsages: KeyUsage[]Return Type Jump to heading
Promise<CryptoKeyPair>Jump to headingSubtleCrypto.generateKey(): Promise<CryptoKey>Parameters Jump to heading
Jump to headingalgorithm: AesKeyGenParams | HmacKeyGenParamsJump to headingextractable: booleanJump to headingkeyUsages: KeyUsage[]Return Type Jump to heading
Promise<CryptoKey>Jump to headingSubtleCrypto.generateKey(): Promise<CryptoKeyPair | CryptoKey>Parameters Jump to heading
Jump to headingalgorithm: AlgorithmIdentifierJump to headingextractable: booleanJump to headingkeyUsages: KeyUsage[]Return Type Jump to heading
Promise<CryptoKeyPair | CryptoKey>