as

Settings
Sign out
Notifications
Alexa
亚马逊应用商店
Ring
AWS
文档
Support
Contact Us
My Cases
新手入门
设计和开发
应用发布
参考
支持

EccCurve

EccCurve

表示椭圆曲线密码学 (ECC) 加密曲线。该类提供常用ECC曲线的常量及其交互方法。

扩展

  • BaseCryptoClass

构造函数

new EccCurve()

new EccCurve(): EccCurve

返回值

EccCurve

属性

P521

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

P-521椭圆曲线


P384

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

P-384椭圆曲线


P256

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

P-256椭圆曲线


Last updated: 2026年7月22日