Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
Ring
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

Constructors

new EccCurve()

new EccCurve(): EccCurve

Returns

EccCurve

Properties

P521

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

The P-521 elliptic curve


P384

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

The P-384 elliptic curve


P256

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

The P-256 elliptic curve


Last updated: Jul 22, 2026