Skip to main content

KeyCurve

Elliptic curves

enum KeyCurve {
P224
P256
P384
P521
ED25519
UNSUPPORTED
}

Values

KeyCurve.P224

NIST P-224 (FIPS 186-4, section D.2.2), also known as secp224r1, wap-wsg-idm-ecid-wtls12, and ansip224r1

KeyCurve.P256

NIST P-256 (FIPS 186-4, section D.2.3), also known as secp256r1 or prime256v1

KeyCurve.P384

NIST P-384 (FIPS 186-4, section D.2.4), also known as secp384r1

KeyCurve.P521

NIST P-521 (FIPS 186-4, section D.2.5), also known as secp521r1

KeyCurve.ED25519

Ed25519 signature algorithm

KeyCurve.UNSUPPORTED

Unknown (or unsupported) key curve

Member Of

ECKeyInfo object