EccCurve
Represents an Elliptic Curve Cryptography (ECC) cryptography curve. This class provides constants for common ECC curves and methods to interact with them.
Extends
BaseCryptoClass
Constructors
new EccCurve()
new EccCurve(): EccCurve
Returns
Properties
P521
staticreadonlyP521:"P-521"="P-521"
The P-521 elliptic curve
P384
staticreadonlyP384:"P-384"="P-384"
The P-384 elliptic curve
P256
staticreadonlyP256:"P-256"="P-256"
The P-256 elliptic curve
Last updated: Jul 22, 2026

