COSEKeyType

The COSE key types registered on IANA.

Definition

enum COSEKeyType {
	OKP,
	EC2,
	RSA,
	Symmetric,
	HSSLMS,
	WalnutDSA
}