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