Enum CoseKeyType
An enumeration of the key families supported by COSE.
https://www.iana.org/assignments/cose/cose.xhtml#key-type
public enum CoseKeyType
Fields
Ec2 = 2
Elliptic Curve keys with x- and y-coordinates
Okp = 1
Octet Key Pair
Symmetric = 4
Symmetric keys
Unknown = 0
The type could not be determined.