Enum CoseEcCurve
An enumeration of the elliptic curves that are supported by COSE representations.
https://www.iana.org/assignments/cose/cose.xhtml#elliptic-curves
public enum CoseEcCurve
Fields
Ed25519 = 6
Ed25519 for use with EdDSA only
Ed448 = 7
Ed448 for use with EdDSA only
P256 = 1
NIST P-256 (also known as secp256r1)
P384 = 2
NIST P-384 (also known as secp384r1)
P521 = 3
NIST P-521 (also known as secp521r1)
Unknown = 0
The EC curve could not be determined.
X25519 = 4
X25519 for use with ECDH only
X448 = 5
X448 for use with ECDH only