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 = 2Elliptic Curve keys with x- and y-coordinates
Okp = 1Octet Key Pair
Symmetric = 4Symmetric keys
Unknown = 0The type could not be determined.