- All Superinterfaces:
- Algorithm, EcdsaParams
- Enclosing interface:
- EcdsaParams
@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="EcdsaParams")
public static interface EcdsaParams.Builder
extends EcdsaParams
The EcdsaParams dictionary of the Web Crypto API represents the object that should be passed as the algorithm parameter into SubtleCrypto.sign() or SubtleCrypto.verify() when using the ECDSA algorithm.
- See Also:
- EcdsaParams - MDN,
SubtleCrypto.EcdsaParams - Web Cryptography API