@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface AesCbcParams
extends Algorithm
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AesCbcParams.Builder
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.
|
| Modifier and Type | Method and Description |
|---|---|
static AesCbcParams.Builder |
create(java.lang.String name,
BufferSource iv) |
BufferSource |
iv() |
void |
setIv(BufferSource iv) |
@JsOverlay @Nonnull static AesCbcParams.Builder create(@Nonnull java.lang.String name, @Nonnull BufferSource iv)
@JsProperty(name="iv") @Nonnull BufferSource iv()
@JsProperty
void setIv(@Nonnull
BufferSource iv)