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