docs.rodeo

MDN Web Docs mirror

HkdfParams

{{ APIRef("Web Crypto API") }} 

The HkdfParams dictionary of the Web Crypto API represents the object that should be passed as the algorithm parameter into {{domxref("SubtleCrypto.deriveKey()")}} , when using the HKDF algorithm.

Instance properties

Examples

See the examples for {{domxref("SubtleCrypto.deriveKey()")}} .

Specifications

{{Specifications}} 

Browser compatibility

Browsers that support the “HKDF” algorithm for the {{domxref("SubtleCrypto.deriveKey()")}}  method will support this type.

See also

In this article

View on MDN