@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface EcKeyGenParams
extends Algorithm
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EcKeyGenParams.Builder
The EcKeyGenParams dictionary of the Web Crypto API represents the object that should be passed as the algorithm parameter into SubtleCrypto.generateKey(), when generating any elliptic-curve-based key pair: that is, when the algorithm is identified as either of ECDSA or ECDH.
|
| Modifier and Type | Method and Description |
|---|---|
static EcKeyGenParams.Builder |
create(java.lang.String name,
java.lang.String namedCurve) |
java.lang.String |
namedCurve() |
void |
setNamedCurve(java.lang.String namedCurve) |
@JsOverlay @Nonnull static EcKeyGenParams.Builder create(@Nonnull java.lang.String name, @Nonnull java.lang.String namedCurve)
@JsProperty(name="namedCurve") @Nonnull java.lang.String namedCurve()
@JsProperty
void setNamedCurve(@Nonnull
java.lang.String namedCurve)