- All Superinterfaces:
- AesCtrParams, Algorithm
- Enclosing interface:
- AesCtrParams
@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public static interface AesCtrParams.Builder
extends AesCtrParams
The AesCtrParams 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-CTR algorithm.
- See Also:
- AesCtrParams - MDN,
SubtleCrypto.AesCtrParams - Web Cryptography API