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