@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.Step1 |
| Modifier and Type | Method and Description |
|---|---|
@JsNonNull BufferSource |
iv() |
static AesCbcParams.Step1 |
name(java.lang.String name) |
void |
setIv(@JsNonNull BufferSource iv) |
@JsOverlay @Nonnull static AesCbcParams.Step1 name(@Nonnull java.lang.String name)
@JsProperty(name="iv") @JsNonNull BufferSource iv()
@JsProperty void setIv(@JsNonNull BufferSource iv)