method SubtleCrypto.deriveKey
Jump to headingSubtleCrypto.deriveKey(): Promise<CryptoKey>
Parameters Jump to heading
Jump to headingalgorithm:
Jump to headingbaseKey: CryptoKey
Jump to headingderivedKeyType:
Jump to headingextractable: boolean
Jump to headingkeyUsages: KeyUsage[]
Return Type Jump to heading
Promise<CryptoKey>