- All Superinterfaces:
- Algorithm
@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface EcKeyGenParams
extends Algorithm
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.
- See Also:
- EcKeyGenParams - MDN,
SubtleCrypto.EcKeyGenParams - Web Cryptography API