as

Settings
Sign out
Notifications
Alexa
亚马逊应用商店
AWS
文档
Support
Contact Us
My Cases
新手入门
设计和开发
应用发布
参考
支持
感谢您的访问。此页面目前仅提供英语版本。我们正在开发中文版本。谢谢您的理解。

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

Properties

P256

readonly static P256: "P-256" = "P-256"

The P-256 elliptic curve


P384

readonly static P384: "P-384" = "P-384"

The P-384 elliptic curve


P521

readonly static P521: "P-521" = "P-521"

The P-521 elliptic curve

Accessors

name

Get Signature

get name(): string

Get the name of the ECC curve.

Returns

string

The name of the curve.


Last updated: Oct 02, 2025