@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface EcdhKeyDeriveParams
extends Algorithm
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EcdhKeyDeriveParams.Step1 |
| Modifier and Type | Method and Description |
|---|---|
static EcdhKeyDeriveParams.Step1 |
name(java.lang.String name) |
@JsNonNull CryptoKey |
public_() |
void |
setPublic(@JsNonNull CryptoKey public_) |
@JsOverlay @Nonnull static EcdhKeyDeriveParams.Step1 name(@Nonnull java.lang.String name)
@JsProperty(name="public") @JsNonNull CryptoKey public_()
@JsProperty void setPublic(@JsNonNull CryptoKey public_)