@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface AesCtrParams
extends Algorithm
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AesCtrParams.Step1 |
static interface |
AesCtrParams.Step2 |
| Modifier and Type | Method and Description |
|---|---|
@JsNonNull BufferSource |
counter() |
short |
length() |
static AesCtrParams.Step1 |
name(java.lang.String name) |
void |
setCounter(@JsNonNull BufferSource counter) |
void |
setLength(short length) |
@JsOverlay @Nonnull static AesCtrParams.Step1 name(@Nonnull java.lang.String name)
@JsProperty(name="counter") @JsNonNull BufferSource counter()
@JsProperty void setCounter(@JsNonNull BufferSource counter)
@JsProperty(name="length") short length()
@JsProperty void setLength(short length)