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 = 6Ed25519 for use with EdDSA only
Ed448 = 7Ed448 for use with EdDSA only
P256 = 1NIST P-256 (also known as secp256r1)
P384 = 2NIST P-384 (also known as secp384r1)
P521 = 3NIST P-521 (also known as secp521r1)
Unknown = 0The EC curve could not be determined.
X25519 = 4X25519 for use with ECDH only
X448 = 5X448 for use with ECDH only