factory COSEKey.fromCborBytes(List<int> bytes) { return COSEKey.deserialize(CborObject.fromCbor(bytes).as("COSEKey")); }