- All Superinterfaces:
- Algorithm, EcKeyGenParams
- Enclosing interface:
- EcKeyGenParams
@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public static interface EcKeyGenParams.Builder
extends EcKeyGenParams
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