@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="EcdhKeyDeriveParams")
public interface EcdhKeyDeriveParams
extends Algorithm
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EcdhKeyDeriveParams.Builder
The EcdhKeyDeriveParams dictionary of the Web Crypto API represents the object that should be passed as the algorithm parameter into SubtleCrypto.deriveKey(), when using the ECDH algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
static EcdhKeyDeriveParams.Builder |
create(java.lang.String name,
CryptoKey public_) |
CryptoKey |
public_() |
void |
setPublic(CryptoKey public_) |
@JsOverlay @Nonnull static EcdhKeyDeriveParams.Builder create(@Nonnull java.lang.String name, @Nonnull CryptoKey public_)
@JsProperty(name="public") @Nonnull CryptoKey public_()
@JsProperty
void setPublic(@Nonnull
CryptoKey public_)