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