Classes
CoseEcPublicKey | A representation of an Elliptic Curve public key in COSE form. |
CoseEdDsaPublicKey | A representation of an Elliptic Curve public key in COSE form. |
CoseKey | A base class for all COSE key representations. |
Enums
CoseAlgorithmIdentifier | Represents a COSE algorithm identifier.
https://www.iana.org/assignments/cose/cose.xhtml#algorithms |
CoseEcCurve | An enumeration of the elliptic curves that are supported by COSE representations.
https://www.iana.org/assignments/cose/cose.xhtml#elliptic-curves |
CoseKeyOperations | An enumeration of the operations that one can potentially perform with a COSE key. |
CoseKeyType | An enumeration of the key families supported by COSE.
https://www.iana.org/assignments/cose/cose.xhtml#key-type |