@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="AesDerivedKeyParams")
public interface AesDerivedKeyParams
extends Algorithm
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AesDerivedKeyParams.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AesDerivedKeyParams.Builder |
create(java.lang.String name,
int length) |
int |
length() |
void |
setLength(int length) |
@JsOverlay @Nonnull static AesDerivedKeyParams.Builder create(@Nonnull java.lang.String name, int length)
@JsProperty(name="length") int length()
@JsProperty void setLength(int length)