- All Superinterfaces:
- Algorithm, HmacImportParams
- Enclosing interface:
- HmacImportParams
@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public static interface HmacImportParams.Builder
extends HmacImportParams
The HmacImportParams dictionary of the Web Crypto API represents the object that should be passed as the algorithm parameter into SubtleCrypto.importKey() or SubtleCrypto.unwrapKey(), when generating a key for the HMAC algorithm.
- See Also:
- HmacImportParams - MDN