Package version:

Enumeration KnownKeyCurveNames

Known values of JsonWebKeyCurveName that the service accepts.

Enumeration Members

Enumeration Members

Ed25519: "Ed25519"

The Ed25519 Edwards curve.

P256: "P-256"

The NIST P-256 elliptic curve, AKA SECG curve SECP256R1.

P256K: "P-256K"

The SECG SECP256K1 elliptic curve.

P384: "P-384"

The NIST P-384 elliptic curve, AKA SECG curve SECP384R1.

P521: "P-521"

The NIST P-521 elliptic curve, AKA SECG curve SECP521R1.

Generated using TypeDoc