CoseKey

constructor(    type: CoseKeyType,     keyId: ByteArray? = null,     algorithm: CoseAlgorithm? = null,     operations: Array<CoseKeyOperation>? = null,     baseIv: ByteArray? = null,     keyParams: CoseKeyParams?)(source)